diff options
Diffstat (limited to 'neb/__init__.py')
| -rw-r--r-- | neb/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/neb/__init__.py b/neb/__init__.py new file mode 100644 index 0000000..f5afe60 --- /dev/null +++ b/neb/__init__.py @@ -0,0 +1,6 @@ +from .structs import * +from .lexer import * +from .parser import * +from .interpreter import * +from .exceptions import * +from .typeclass import * |
