echo-hearts / main.py
zizthefox's picture
feat: create uv env
6bec5b9
raw
history blame contribute delete
89 Bytes
def main():
print("Hello from echo-hearts!")
if __name__ == "__main__":
main()