6 lines
99 B
Python
6 lines
99 B
Python
"""
|
|
Booking module of the Duck Booking Tool
|
|
"""
|
|
|
|
default_app_config = 'booking.apps.BookingConfig'
|