Files
LibraryAPI/library_service/models/__init__.py

4 lines
71 B
Python

"""Модуль моделей"""
from .db import *
from .dto import *