This commit is contained in:
rUv
2025-06-07 11:44:19 +00:00
parent 43e92c5494
commit c378b705ca
95 changed files with 43677 additions and 0 deletions

7
src/api/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
WiFi-DensePose FastAPI application package
"""
from .main import create_app, app
__all__ = ["create_app", "app"]