fix: resolve CI linting and type errors
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 12:57:58 +00:00
parent 656e27770d
commit 6210cd6606

View File

@@ -0,0 +1,5 @@
"""PromptForge CLI interface."""
from .main import main
__all__ = ["main"]