FastAPI-Project / app /schemas /__init__.py
abdullah090809's picture
initial commit
55fd541
Raw
History Blame Contribute Delete
80 Bytes
from .post import *
from .user import *
from .token import *
from .vote import *