Correcting some imports. By doing so, I have also broken the __main__.py
that was living in parser.py but repl.py is now usable :) The old tests should probably be moved in the tests folder.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from rich import print
|
||||
from mapper import *
|
||||
from .mapper import *
|
||||
from pathlib import Path
|
||||
from lark import Lark
|
||||
|
||||
|
||||
Reference in New Issue
Block a user