fixed imports

This commit is contained in:
2025-12-19 11:10:16 +01:00
parent a60f802443
commit cadbb34d1a
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import os
from enum import Enum
from layer import Layer
from .layer import Layer
class StackType(Enum):
Deep = "Deep",