fix: fix backend

This commit is contained in:
hetaoBackend
2026-01-20 09:58:27 +08:00
parent b791b28afa
commit 5c1bb675ba

View File

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