Skip to content
Snippets Groups Projects
Commit b8160417 authored by Tomáš Orviský's avatar Tomáš Orviský
Browse files

Relation docstring

parent d069364b
No related merge requests found
...@@ -2,6 +2,8 @@ from enum import Enum ...@@ -2,6 +2,8 @@ from enum import Enum
class Relation(Enum): class Relation(Enum):
"""Represents a relation between diagram objects."""
NONE = 0 NONE = 0
EXTENSION = 1 EXTENSION = 1
ASSOCIATION = 2 ASSOCIATION = 2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment