Files
2024-08-27 20:33:44 +02:00

5 lines
90 B
Python

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