diff options
| author | 2024-02-25 11:55:54 +0800 | |
|---|---|---|
| committer | 2024-02-25 11:55:54 +0800 | |
| commit | 3f15d3828a3403bb3fe59bd8d2d82db45c02f90b (patch) | |
| tree | 834fd9ea1990868f087c4e7952203560e54d407f /nivis-python/execution.py | |
| parent | 0bc1e29d7d587d4343b112fd444fdd5d9ec19e82 (diff) | |
| download | TRPGNivis-3f15d3828a3403bb3fe59bd8d2d82db45c02f90b.tar.gz TRPGNivis-3f15d3828a3403bb3fe59bd8d2d82db45c02f90b.zip | |
refactor!: sync package name
Diffstat (limited to 'nivis-python/execution.py')
| -rw-r--r-- | nivis-python/execution.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nivis-python/execution.py b/nivis-python/execution.py index a11d55b..09055cf 100644 --- a/nivis-python/execution.py +++ b/nivis-python/execution.py @@ -1,5 +1,5 @@ -from psi.parsers import Parser -from psi.interpreter import Interpreter +from .parsers import Parser +from .interpreter import Interpreter __all__ = ["Execution"] |
