Moved manifest file to correct folder, recreated init file due corruption

This commit is contained in:
focus_ed 2025-05-14 23:24:40 -06:00
parent 009b9417df
commit bd706b99b3
4 changed files with 4 additions and 5 deletions

Binary file not shown.

View File

@ -1,10 +1,9 @@
#!/usr/bin/env python3
from rich.console import Console from rich.console import Console
from rich.markdown import Markdown from rich.markdown import Markdown
import importlib.resources import importlib.resources
def main(): def main():
console = Console console = Console()
try: try:
with importlib.resources.open_text('kpr_docs', 'kpr_docs.md') as f: with importlib.resources.open_text('kpr_docs', 'kpr_docs.md') as f:
md = Markdown(f.read()) md = Markdown(f.read())

View File

@ -1,4 +1,4 @@
KPR_Man User Manuals KPR_Man # KPR_Man User Manuals KPR_Man
## NAME ## NAME
**KPR Man** - display helpful information about my tool **KPR Man** - display helpful information about my tool