It will help with testing and profiling It breaks pyright (it's probably time to abandon pyright)
4 lines
66 B
Python
4 lines
66 B
Python
from . import parser
|
|
from . import runtime
|
|
|
|
from .parser import *
|