1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 12:48:32 +00:00

refactor links and add more tests

This commit is contained in:
deadc0de6
2019-04-04 12:13:47 +02:00
parent 584927f10b
commit 5f6cd81465
11 changed files with 679 additions and 73 deletions

View File

@@ -3,5 +3,5 @@ from enum import IntEnum
class LinkTypes(IntEnum):
NOLINK = 0
PARENT = 1
CHILDREN = 2
LINK = 1
LINK_CHILDREN = 2