Move things into more modules
It will help with testing and profiling It breaks pyright (it's probably time to abandon pyright)
This commit is contained in:
parent
c3098aa435
commit
7b3c94c469
4 changed files with 431 additions and 419 deletions
4
parser/__init__.py
Normal file
4
parser/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from . import parser
|
||||
from . import runtime
|
||||
|
||||
from .parser import *
|
||||
Loading…
Add table
Add a link
Reference in a new issue