This commit is contained in:
2025-05-02 00:14:28 +08:00
commit 6f27dc11e3
132 changed files with 28609 additions and 0 deletions

9
scripts/dnalib/layer.py Normal file
View File

@@ -0,0 +1,9 @@
from enum import Enum
class Layer(Enum):
descriptor = 1
definition = 2
behavior = 3
geometry = 4
all = 5