Move worker/models -> models

This commit is contained in:
Woosuk Kwon
2023-02-22 18:03:48 +00:00
parent af68ec1c5c
commit 709a69176e
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from cacheflow.worker.models.model_utils import get_model
__all__ = [
'get_model',
]