Commit d101a469 authored by FelipeBisotto's avatar FelipeBisotto
Browse files

add model.base

parent 39ce35e3
Showing with 2 additions and 1 deletion
+2 -1
from sqlalchemy import Column, Integer, String
from .base import Base
from model.base import Base
class User(Base):
__tablename__ = "users"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment