mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
8 lines
189 B
Python
8 lines
189 B
Python
from qgis_sip_project import QgisProject, QgisBindings
|
|
|
|
class QgisGuiBindings(QgisBindings):
|
|
name = "gui"
|
|
|
|
class QgisGuiProject(QgisProject):
|
|
bindings_factories = [QgisGuiBindings]
|