Huaxu Sentinel Active Safety Platform with embedded algorithm code, Docker Compose setup, and vendored dataset scaffolds for clone-and-run. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
92 B
Python
5 lines
92 B
Python
"""API 入口。"""
|
|
from as_platform.api.server import app, main
|
|
|
|
__all__ = ["app", "main"]
|