Imgenhance / main.py
mt2nwdn
Add initial project structure and configure dependencies
d184417
raw
history blame contribute delete
96 Bytes
def main():
print("Hello from repl-nix-workspace!")
if __name__ == "__main__":
main()