Files
vtb/server/__init__.py
2026-03-05 18:26:08 +08:00

4 lines
40 B
Python

from .app import app
__all__ = ["app"]