diff options
| author | 2023-09-27 22:17:11 +0800 | |
|---|---|---|
| committer | 2023-09-27 22:17:11 +0800 | |
| commit | 210fb32ce812058a913aef6a151119366dae634a (patch) | |
| tree | 52c86576fec29c838d39b6381a7e0dd0719cfd4b | |
| parent | ec32c75bd0587a7037935069749a2fe290df38b8 (diff) | |
| download | TRPGNivis-210fb32ce812058a913aef6a151119366dae634a.tar.gz TRPGNivis-210fb32ce812058a913aef6a151119366dae634a.zip | |
chore(test): test 1
| -rw-r--r-- | src/psi/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psi/__init__.py b/src/psi/__init__.py index 3652c6d..afb1c56 100644 --- a/src/psi/__init__.py +++ b/src/psi/__init__.py @@ -69,3 +69,4 @@ class Psi: self.input = input self.execution = Execution(input) self.result = None + |
