Files
iptv-manager-service/app/models/__init__.py

4 lines
152 B
Python

from .db import Base, ChannelDB
from .schemas import ChannelCreate, ChannelResponse
__all__ = ["Base", "ChannelDB", "ChannelCreate", "ChannelResponse"]