add python demo project
This commit is contained in:
parent
c4092f2027
commit
7a39271295
2 changed files with 7 additions and 0 deletions
6
python/main.py
Normal file
6
python/main.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
def main():
|
||||||
|
print("hi")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
1
python/requirements.txt
Normal file
1
python/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
terra-classic-sdk==2.1.2
|
Loading…
Add table
Reference in a new issue