floorball_stas/app/models/__init__.py

6 lines
138 B
Python

# from .match import Match
# from .matchday import Matchday
from .player import Player
from .team import Team
from .user import User