Files
2026-06-24 11:19:17 +08:00

8 lines
103 B
Python

# coding=utf-8
"""
@Time :2026/6/24
@Author :tao.chen
"""
from .server import app
__all__ = ["app"]