Compare commits

..

No commits in common. "8baa5ce2f7bc2a5534774a271bb785322e8f5eb3" and "e40ae855f0fb25f2a186855c50d11394ba2ffb03" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,3 @@
from . import db
from datetime import datetime
class User(db.Model): class User(db.Model):
__tablename__ = 'users' __tablename__ = 'users'

View File

@ -1,2 +0,0 @@
from app.repositories.workout_repository import WorkoutRepository
from app.models.workout import Workout