Files
2024-02-23 10:30:02 +00:00

5 lines
90 B
Python
Executable File

from .config import AppConfig
from .registry import apps
__all__ = ["AppConfig", "apps"]