This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
csmb-housewars/housewars/models/__init__.py
2024-02-18 19:12:01 -06:00

8 lines
242 B
Python

from .Activity import Activity
from .Award import Award
from .Facilitator import Facilitator
from .House import House
from .PointsEntry import PointsEntry
from .Quota import Quota
from .Teacher import Teacher
from .UserEntry import UserEntry