Move worker/models -> models
This commit is contained in:
7
cacheflow/models/__init__.py
Normal file
7
cacheflow/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from cacheflow.worker.models.model_utils import get_model
|
||||
|
||||
|
||||
__all__ = [
|
||||
'get_model',
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user