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