mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-21 12:30:16 -04:00
5 lines
90 B
Python
5 lines
90 B
Python
from .config import AppConfig
|
|
from .registry import apps
|
|
|
|
__all__ = ['AppConfig', 'apps']
|