refactori into packages
This commit is contained in:
5
orm/models/__init__.py
Normal file
5
orm/models/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
from orm.models.model import Model
|
||||
|
||||
__all__ = [
|
||||
"Model"
|
||||
]
|
||||
Reference in New Issue
Block a user