Minimind/main.py

7 lines
86 B
Python

def main():
print("Hello from minimind!")
if __name__ == "__main__":
main()