diff options
| author | 2024-02-28 12:09:56 +0800 | |
|---|---|---|
| committer | 2024-02-28 12:09:56 +0800 | |
| commit | 8793ecea74706aedb4674434f65ef9d05850b769 (patch) | |
| tree | 425fcec75d4f899760a0919fa0604327b20309f9 /nivis-python/__init__.py | |
| parent | ab026b7e0ba3baa1ffab7603e7f5fa47864427f7 (diff) | |
| download | TRPGNivis-8793ecea74706aedb4674434f65ef9d05850b769.tar.gz TRPGNivis-8793ecea74706aedb4674434f65ef9d05850b769.zip | |
refactor(bones)!: rename nivis-python -> nivis_python
Diffstat (limited to 'nivis-python/__init__.py')
| -rw-r--r-- | nivis-python/__init__.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nivis-python/__init__.py b/nivis-python/__init__.py deleted file mode 100644 index 943368b..0000000 --- a/nivis-python/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -"""nivis - -@TODO Lexer support -@BODY Lex function. -""" - -__all__ = ["Execution", "Interpreter", "Lexer", "Parser"] - -from .execution import Execution -from .interpreter import Interpreter -from .lexer import Lexer -from .parsers import Parser |
