aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/conventionalrp/_core.pyi
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-03-15 16:35:39 +0800
committerHsiangNianian <i@jyunko.cn>2025-03-15 16:35:39 +0800
commit965771fb0d85ddb27dc6c5dd7df822d1fb318286 (patch)
treef33a0d36e5716da13be0e3a4134cf7359ebe5223 /src/conventionalrp/_core.pyi
parent818d84a7bf00c07b7ab252dda5bfa70a98b8be65 (diff)
downloadconventional_role_play-965771fb0d85ddb27dc6c5dd7df822d1fb318286.tar.gz
conventional_role_play-965771fb0d85ddb27dc6c5dd7df822d1fb318286.zip
refactor: clean up code formatting and add new PluginManager class
Diffstat (limited to 'src/conventionalrp/_core.pyi')
-rw-r--r--src/conventionalrp/_core.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conventionalrp/_core.pyi b/src/conventionalrp/_core.pyi
index 8a0cc40..0805887 100644
--- a/src/conventionalrp/_core.pyi
+++ b/src/conventionalrp/_core.pyi
@@ -1,3 +1,3 @@
def sum_as_string(a: int, b: int) -> str: ...
-class Base: ... \ No newline at end of file
+class Base: ...