Compare commits

...

2 commits

Author SHA1 Message Date
29c6316a5c
Merge remote-tracking branch 'origin/main'
All checks were successful
renovate / renovate (push) Successful in 19s
2024-01-21 12:09:54 +01:00
7a39271295
add python demo project 2024-01-21 12:09:48 +01:00
2 changed files with 7 additions and 0 deletions

6
python/main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("hi")
if __name__ == '__main__':
main()

1
python/requirements.txt Normal file
View file

@ -0,0 +1 @@
terra-classic-sdk==2.1.2