g_extension_manage.py 1.0 KB

123456789101112131415161718192021222324
  1. """
  2. ***************************************************************************
  3. g_extension_manage.py
  4. ------------------
  5. Date : May 2023
  6. Copyright : (C) 2023 by Alister Hood
  7. Email : alister.hood at gmail dot com
  8. ***************************************************************************
  9. * *
  10. * This program is free software; you can redistribute it and/or modify *
  11. * it under the terms of the GNU General Public License as published by *
  12. * the Free Software Foundation; either version 2 of the License, or *
  13. * (at your option) any later version. *
  14. * *
  15. ***************************************************************************
  16. """
  17. __author__ = 'Alister Hood'
  18. __date__ = 'May 2023'
  19. __copyright__ = '(C) 2023, Alister Hood'
  20. def processInputs(alg, parameters, context, feedback):
  21. pass