fix: import should init GH wrapper before use, and fix import initial group fetch
- fix: import should init GH wrapper before use, and fix import initial group fetch
GH wrapper init was moved after the GH app switch, which broke the import script. As we have no testing for it, it went unnoticed.
Additionally, add check for existing group, as having to run this multiple times in testing creates problems.