aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models/__init__.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-01 20:56:49 +0000
committerGravatar GitHub <[email protected]>2020-12-01 20:56:49 +0000
commit0e34c3bd42bba9a3274ea7f83cdce9b0b828db14 (patch)
tree1d687734f79effb728f27a0b2dd24edc7d7ae910 /backend/models/__init__.py
parentMerge pull request #12 from python-discord/ks123/admin-authentication (diff)
parentIgnore 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__.py4
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"]