5 lines
92 B
Python
5 lines
92 B
Python
|
|
"""API 入口。"""
|
||
|
|
from as_platform.api.server import app, main
|
||
|
|
|
||
|
|
__all__ = ["app", "main"]
|