from app.backend.models.db_service import automigrate, check_tables if __name__ == '__main__': automigrate() print(check_tables())