HWI/hwi-qt.py
2020-01-21 12:09:43 -05:00

8 lines
174 B
Python
Executable File

#! /usr/bin/env python3
if __name__ == '__main__':
from hwilib.gui import main
main()
else:
raise ImportError('hwi-qt is not importable. Import hwilib instead')