7 lines
152 B
Python
7 lines
152 B
Python
"""
|
|
Import all models...
|
|
"""
|
|
from backend.models.example_model import *
|
|
from backend.models.user_model import *
|
|
from backend.models.post_model import *
|