Make GISModule abstract
GISModule is a good candidate for an abstract class (added in Godot 4.5).
_initialize_module() is also made abstract, as the only method that requires implementation.
This MR will be merged once the abstract keyword is turned into the @abstract annotation, as per PR 107717.