complete refactor to use Gitea class api wrapper

This commit is contained in:
2025-07-13 23:43:32 -05:00
parent 50a01da1b1
commit 2717cca262
9 changed files with 325 additions and 259 deletions

6
lib/exceptions.py Normal file
View File

@@ -0,0 +1,6 @@
class AlreadyExistsException(Exception):
pass
class NotFoundException(Exception):
pass