Sarverott's picture
initializing python project and task file standard starter stuff
a104695
raw
history blame contribute delete
103 Bytes
def main():
print("Hello from mnemozyn-entity-continuum!")
if __name__ == "__main__":
main()