fix: fix backend

This commit is contained in:
hetaoBackend
2026-01-20 09:58:27 +08:00
parent a18f37779e
commit d11763dcc8

View File

@@ -1,3 +1,3 @@
from . import artifacts, models, proxy
from . import artifacts, models
__all__ = ["artifacts", "models", "proxy"]
__all__ = ["artifacts", "models"]