5 lines
117 B
Python
5 lines
117 B
Python
from libretime_shared.config import BaseConfig, GeneralConfig
|
|
|
|
|
|
class Config(BaseConfig):
|
|
general: GeneralConfig
|