diff options
| author | 2023-07-26 18:02:52 +0800 | |
|---|---|---|
| committer | 2023-07-26 18:02:52 +0800 | |
| commit | 70964662a05b6d86af8b11d20c8160aa5e7b2de9 (patch) | |
| tree | 612b6bd7e7ec0f22e47c1d6988d72164bca68034 /tests | |
| parent | 598e22e76085c3b9df994207bc67ca0126f28176 (diff) | |
| parent | aa4e453e46d6df21991e848b56b52afa72029273 (diff) | |
| download | TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.tar.gz TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.zip | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/if-else.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/if-else.py b/tests/if-else.py index b557696..e69de29 100644 --- a/tests/if-else.py +++ b/tests/if-else.py @@ -1,11 +0,0 @@ -""" -@TODO 包括`tests\if-else.py`在内的各种示例文件的介绍 -""" - -from psi import Psi - -psi_instance = Psi("? a == 1: reply: 你好") -print(psi_instance) -psi_instance.execute() -result = psi_instance.get_result() -print(result)
\ No newline at end of file |
