fixed imports
This commit is contained in:
@@ -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 = '.'):
|
||||
|
||||
Reference in New Issue
Block a user