This repository has been archived on 2021-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
qtweb/browser.py
2020-07-08 09:52:13 -04:00

7 lines
83 B
Python

from qtweb.main import main
try:
main()
except KeyboardInterrupt:
print('heck')