7 lines
154 B
Python
7 lines
154 B
Python
|
|
"""
|
||
|
|
Issue management module for MarkiTect.
|
||
|
|
|
||
|
|
Provides unified CLI interface for issue management with pluggable backend support.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "1.0.0"
|