CSAle's picture
UV Env
a99d711
raw
history blame
100 Bytes
def main():
print("Hello from aie5-deploypythonicrag!")
if __name__ == "__main__":
main()