diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-10-15 18:36:02 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-10-15 18:36:02 +0200 |
| commit | b6824dd09a58d2e400851fc310b416f4311bd030 (patch) | |
| tree | 5fb6f7561084bf3764904abd9c21eb37f9087f85 /src-py/model/model.py | |
| parent | 252ec42ffdd065b3db0d564a1b57b0a446a7fcd8 (diff) | |
model.graph package
Diffstat (limited to 'src-py/model/model.py')
| -rw-r--r-- | src-py/model/model.py | 9 |
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 |
