icm/models.py

7 lines
77 B
Python

from database import Base
class Movie(Base):
__tablename__ = "movies"