feat: add artifacts logic (#8)

This commit is contained in:
DanielWalnut
2026-01-16 23:04:38 +08:00
committed by GitHub
parent 0d11b21c84
commit d5b3052cda
6 changed files with 129 additions and 7 deletions

View File

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