1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-31 00:03:42 -04:00
2016-09-04 16:30:23 +07:00

4 lines
72 B
Python

from PyQt5.uic import pyuic
if (callable(pyuic.main)):
pyuic.main()