2025-05-29 15:26:21 +02:00

5 lines
90 B
Python

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