Files
PolyWeather/web/__init__.py
T

4 lines
44 B
Python
Raw Normal View History

2026-03-20 20:59:30 +08:00
from web.core import app
__all__ = ["app"]