3 lines
71 B
Python
3 lines
71 B
Python
from .abstract_model import AbstractModel
|
|
from .user_model import User
|
from .abstract_model import AbstractModel
|
|
from .user_model import User
|