aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/test.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-11 01:12:41 +0800
committerGitHub <noreply@github.com>2023-12-11 01:12:41 +0800
commit60df69ff0e36ffa3f966d663ad6de3028141e064 (patch)
tree569115937c58d0ba955932446f598500c9650939 /src/test.py
parent5781a072250a147d5e636b269fd0a8b7a0b045da (diff)
parent0a688b5105daf563baffedcfb21e16332fe4494e (diff)
downloadinfini-60df69ff0e36ffa3f966d663ad6de3028141e064.tar.gz
infini-60df69ff0e36ffa3f966d663ad6de3028141e064.zip
Merge pull request #37 from HydroRoll-Team/sourcery/pull-36
✨ 实现消息事件文本生成 实现子类注册器 (Sourcery refactored)
Diffstat (limited to 'src/test.py')
-rw-r--r--src/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test.py b/src/test.py
new file mode 100644
index 00000000..370adb41
--- /dev/null
+++ b/src/test.py
@@ -0,0 +1,4 @@
+import HydroRollCore
+
+client = HydroRollCore.Cli()
+client.parse_args()