5 lines
83 B
Python

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