aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nivis-python/execution.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-24 13:04:40 +0800
committer简律纯 <i@jyunko.cn>2024-02-24 13:04:40 +0800
commit57b2835ecc6c9b30920e929985b9d7cafcb7c457 (patch)
treedf0c1221d4766365c231e8bd02e6d8e7bdb63420 /nivis-python/execution.py
parent45e2f3631bc8d13dacba57e705c7591e7e707b2a (diff)
downloadTRPGNivis-57b2835ecc6c9b30920e929985b9d7cafcb7c457.tar.gz
TRPGNivis-57b2835ecc6c9b30920e929985b9d7cafcb7c457.zip
chore(project): add ruff deps
chore(lint): format code with ruff chore(project): add tool.ruff format section
Diffstat (limited to 'nivis-python/execution.py')
-rw-r--r--nivis-python/execution.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nivis-python/execution.py b/nivis-python/execution.py
index 0abdf2c..a11d55b 100644
--- a/nivis-python/execution.py
+++ b/nivis-python/execution.py
@@ -1,7 +1,8 @@
from psi.parsers import Parser
from psi.interpreter import Interpreter
-__all__ = ['Execution']
+__all__ = ["Execution"]
+
class Execution:
"""