7 lines
186 B
Python
7 lines
186 B
Python
|
|
"""
|
||
|
|
markitect.helper — Interactive Q&A helper for MarkiTect.
|
||
|
|
|
||
|
|
Provides a CLI command that answers questions about markitect
|
||
|
|
using its own documentation as knowledge context.
|
||
|
|
"""
|