summaryrefslogtreecommitdiff
path: root/api/opendc/models
diff options
context:
space:
mode:
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)