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,4 +1,4 @@
from stack import Stack, StackType
from .stack import Stack, StackType
class StackRnn(Stack):
def __init__(self, name: str, work_dir: str = '.'):