@ -7,7 +7,6 @@ from app import db
from .role import Role
from .notification_player import NotificationPlayer
from .player_found_objective import PlayerFoundObjective
from .objective import Objective
class GamePlayer(db.Model):
__tablename__ = 'game_player'