duck-booking-tool/booking/__init__.py

6 lines
99 B
Python
Raw Normal View History

"""
Booking module of the Duck Booking Tool
"""
default_app_config = 'booking.apps.BookingConfig'