5 lines
145 B
Python
5 lines
145 B
Python
|
|
"""Configuration modules."""
|
||
|
|
from config.schedule_config import ScheduleConfig, SchedulesConfig
|
||
|
|
|
||
|
|
__all__ = ["ScheduleConfig", "SchedulesConfig"]
|