wiki-context/main.py
2026-05-04 20:37:26 -04:00

7 lines
90 B
Python

def main():
print("Hello from wiki-context!")
if __name__ == "__main__":
main()