summaryrefslogtreecommitdiff
path: root/models/base.py
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-06-30 11:12:05 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-06-30 11:12:05 +0100
commita87517a0b385f1a68dd80e7dabf7843955c95ab9 (patch)
tree696f1e2a45ab7c0db57ce562517790cb73247b53 /models/base.py
parent1acbc1e85d6a0af47c236c48b8c5a1b504871d96 (diff)
Diffstat (limited to 'models/base.py')
-rw-r--r--models/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/base.py b/models/base.py
index 8a6fc47..9ccec08 100644
--- a/models/base.py
+++ b/models/base.py
@@ -1,6 +1,7 @@
"""Implements a base model for other models to inherit."""
from six import iteritems
+
class BaseModel(object):
"""BaseModel is meant to be inherited by other models."""