feat(backend): add the db connection
This commit is contained in:
6
backend/database/models/__init__.py
Normal file
6
backend/database/models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# database/models/__init__.py
|
||||
from .classification import Classification
|
||||
from .member import Member
|
||||
from .service_type import ServiceType
|
||||
from .service import Service
|
||||
from .service_availability import ServiceAvailability
|
||||
Reference in New Issue
Block a user