summaryrefslogtreecommitdiff
path: root/src-py/model/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'src-py/model/model.py')
-rw-r--r--src-py/model/model.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/src-py/model/model.py b/src-py/model/model.py
new file mode 100644
index 00000000..9ee61397
--- /dev/null
+++ b/src-py/model/model.py
@@ -0,0 +1,9 @@
+class link():
+ """
+ documentation anchor - this class currently carries no implementation
+ and only acts as a documentation anchor
+
+ link['__src'] - meta attribute for link source
+ link['__dst'] - meta attribute for link destination
+ """
+ pass