diff options
author | 2020-12-01 20:56:49 +0000 | |
---|---|---|
committer | 2020-12-01 20:56:49 +0000 | |
commit | 0e34c3bd42bba9a3274ea7f83cdce9b0b828db14 (patch) | |
tree | 1d687734f79effb728f27a0b2dd24edc7d7ae910 /backend/models/__init__.py | |
parent | Merge pull request #12 from python-discord/ks123/admin-authentication (diff) | |
parent | Ignore too long line for if statement (diff) |
Merge pull request #11 from python-discord/ks123/models
Diffstat (limited to 'backend/models/__init__.py')
-rw-r--r-- | backend/models/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/models/__init__.py b/backend/models/__init__.py new file mode 100644 index 0000000..80abf6f --- /dev/null +++ b/backend/models/__init__.py @@ -0,0 +1,4 @@ +from .form import Form +from .question import Question + +__all__ = ["Form", "Question"] |