test-nl-to-sql / main.py
amirwesthoff's picture
Add uv
f65466b
Raw
History Blame Contribute Delete
92 Bytes
def main():
print("Hello from test-nl-to-sql!")
if __name__ == "__main__":
main()