app/apps/__init__.py

5 lines
48 B
Python
Raw Normal View History

2024-04-20 16:59:36 +00:00
from .apps import Apps
__all__ = [
"Apps"
]