7 lines
212 B
Python
7 lines
212 B
Python
from . import restaurant_reservation
|
|
from . import restaurant_table
|
|
from . import reservation_schedule
|
|
from . import reservation_holiday
|
|
from . import reservation_peak_hour
|
|
from . import reservation_custom_field
|