Files
stapler/main.py
T
2026-04-11 17:58:39 +02:00

7 lines
85 B
Python

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