mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
5 lines
114 B
Python
5 lines
114 B
Python
class ContextAction():
|
|
|
|
def setData(self, alg, toolbox):
|
|
self.alg = alg
|
|
self.toolbox = toolbox |