add python demo project

This commit is contained in:
Oliver Lippert 2024-01-21 12:09:48 +01:00
parent c4092f2027
commit 7a39271295
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
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