Files
PolyWeather/web/__init__.py
T
2026-03-20 20:59:30 +08:00

4 lines
44 B
Python

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