mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-28 19:16:38 +00:00
updates
This commit is contained in:
7
src/api/__init__.py
Normal file
7
src/api/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
WiFi-DensePose FastAPI application package
|
||||
"""
|
||||
|
||||
from .main import create_app, app
|
||||
|
||||
__all__ = ["create_app", "app"]
|
||||
Reference in New Issue
Block a user