6 lines
97 B
Python
6 lines
97 B
Python
def main():
|
|
print("Hello from lstm-alpha-strategy!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|