Skip to content

Commit

Permalink
override processInputs for g.extension algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisterH authored and nyalldawson committed May 31, 2023
1 parent 6bae9e0 commit f1f4d24
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions python/plugins/grassprovider/ext/g_extension_list.py
@@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
g_extension_list.py
------------------
Date : May 2023
Copyright : (C) 2023 by Alister Hood
Email : alister.hood at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""

__author__ = 'Alister Hood'
__date__ = 'May 2023'
__copyright__ = '(C) 2023, Alister Hood'

def processInputs(alg, parameters, context, feedback):
pass
25 changes: 25 additions & 0 deletions python/plugins/grassprovider/ext/g_extension_manage.py
@@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
g_extension_manage.py
------------------
Date : May 2023
Copyright : (C) 2023 by Alister Hood
Email : alister.hood at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""

__author__ = 'Alister Hood'
__date__ = 'May 2023'
__copyright__ = '(C) 2023, Alister Hood'

def processInputs(alg, parameters, context, feedback):
pass

0 comments on commit f1f4d24

Please sign in to comment.