summaryrefslogtreecommitdiff
path: root/src-py/model/model.py
blob: 9ee613974b3544ea18ce297013375aca84e871b5 (plain)
1
2
3
4
5
6
7
8
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