lrparsers/parser/__init__.py
John Doty 7b3c94c469 Move things into more modules
It will help with testing and profiling
It breaks pyright (it's probably time to abandon pyright)
2024-06-10 05:50:09 -07:00

4 lines
66 B
Python

from . import parser
from . import runtime
from .parser import *