diff options
| author | 2023-07-04 11:43:28 +0800 | |
|---|---|---|
| committer | 2023-07-04 11:43:28 +0800 | |
| commit | 415e46b73a9acdd509c309bf9b9c20ca40b62c82 (patch) | |
| tree | 4b3e82602bda25b4057d2e6d0641a4b2fd4043eb /main.py | |
| parent | bb97682f7eb88ee2cc910d541bb8a46089c32bdb (diff) | |
| download | infini-415e46b73a9acdd509c309bf9b9c20ca40b62c82.tar.gz infini-415e46b73a9acdd509c309bf9b9c20ca40b62c82.zip | |
Create main.py
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main.py b/main.py new file mode 100644 index 00000000..5e7a202c --- /dev/null +++ b/main.py @@ -0,0 +1,7 @@ +# -*- encoding: utf-8 -*- +import os + +import HydroRollCore + +if __name__ == '__main__': + print(1) |
