Files
server/usr/lib/python3.12/__phello__/__init__.py
2026-01-07 20:52:11 +01:00

8 lines
97 B
Python

initialized = True
def main():
print("Hello world!")
if __name__ == '__main__':
main()