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:
@@ -3,5 +3,5 @@ from enum import IntEnum
|
||||
|
||||
class LinkTypes(IntEnum):
|
||||
NOLINK = 0
|
||||
PARENT = 1
|
||||
CHILDREN = 2
|
||||
LINK = 1
|
||||
LINK_CHILDREN = 2
|
||||
|
||||
Reference in New Issue
Block a user