4 lines
167 B
Python
4 lines
167 B
Python
from .database import db
|
|
from .auth.model import User, Roles, BlackListedJWT
|
|
from .applicant.model import Application, Applicant, Property, LifeInsurance, Assets, Job
|