Files
operators/main.py
2025-12-11 18:01:56 +05:00

7 lines
87 B
Python

def main():
print("Hello from operators!")
if __name__ == "__main__":
main()