generated from coulomb/repo-seed
init: first extract of implementation
This commit is contained in:
11
backends/__init__.py
Normal file
11
backends/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Issue Tracking Backend Plugins
|
||||
|
||||
This package contains implementations for various issue tracking backends.
|
||||
Each backend implements the IssueBackend interface to provide a consistent
|
||||
API regardless of the underlying issue tracking system.
|
||||
|
||||
Available Backends:
|
||||
- local: SQLite-based local backend for offline use
|
||||
- gitea: Gitea API backend for GitHub-compatible systems
|
||||
"""
|
||||
Reference in New Issue
Block a user