from app.models.posts import Post from app.models.users import User from app.models.votes import Votes from app.database import Base