aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nivis-python/interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'nivis-python/interpreter.py')
-rw-r--r--nivis-python/interpreter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nivis-python/interpreter.py b/nivis-python/interpreter.py
index 8aa8fad..0817274 100644
--- a/nivis-python/interpreter.py
+++ b/nivis-python/interpreter.py
@@ -1,7 +1,8 @@
from psi.lexer import Token
-__all__ = ['Interpreter']
+__all__ = ["Interpreter"]
+
class Interpreter:
"""