summaryrefslogtreecommitdiff
path: root/api/opendc/models
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-07-27 19:07:56 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:42 +0200
commitf37a1bce0e0b0b6ea3f488d7bdaf8bd05bffb123 (patch)
tree32eb32ba367bb95aed623851b857fa05dc07c019 /api/opendc/models
parentb9d92d91273804da1dc8a1ccd93f04ceb573263a (diff)
Improve docs
Diffstat (limited to 'api/opendc/models')
-rw-r--r--api/opendc/models/prefab.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/opendc/models/prefab.py b/api/opendc/models/prefab.py
index 70910c4a..edf1d4c4 100644
--- a/api/opendc/models/prefab.py
+++ b/api/opendc/models/prefab.py
@@ -16,6 +16,8 @@ class Prefab(Model):
"""
user = User.from_google_id(google_id)
+ # TODO(Jacob) add special handling for OpenDC-provided prefabs
+
#try:
print(self.obj)