Examples/hallo.py@ae833e7fcd6c
Examples/hallo.py
Tue, 01 Jul 2014 18:57:23 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 01 Jul 2014 18:57:23 +0200
- changeset 3657
- ae833e7fcd6c
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
Adopted the install script for PyQt5.
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()