diff --git a/python/main.py b/python/main.py new file mode 100644 index 0000000..355818a --- /dev/null +++ b/python/main.py @@ -0,0 +1,6 @@ +def main(): + print("hi") + + +if __name__ == '__main__': + main() diff --git a/python/requirements.txt b/python/requirements.txt new file mode 100644 index 0000000..ed4a5e1 --- /dev/null +++ b/python/requirements.txt @@ -0,0 +1 @@ +terra-classic-sdk==2.1.2