2024-04-19 19:39:11 +00:00

3 lines
81 B
Python

from .config import config
from .theme import Theme
__all__ = ['config', 'Theme']