QGIS/python/core/auto_additions/qgsstacobject.py
2025-06-12 18:02:00 +07:00

7 lines
233 B
Python

# The following has been generated automatically from src/core/stac/qgsstacobject.h
try:
QgsStacObject.__abstract_methods__ = ['type', 'toHtml']
QgsStacObject.__group__ = ['stac']
except (NameError, AttributeError):
pass