Files
gitea-sync-ai/app/__init__.py
T
2026-08-03 17:23:50 +02:00

4 lines
59 B
Python

# App package init
from .main import app
__all__ = ["app"]