Compare commits
2 commits
3be5ac8bca
...
29c6316a5c
Author | SHA1 | Date | |
---|---|---|---|
29c6316a5c | |||
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