fix: resolve CI linting and type errors
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
"""CLI command imports."""
|
||||||
|
|
||||||
|
from .init import init
|
||||||
|
from .prompt import prompt
|
||||||
|
from .run import run
|
||||||
|
from .test import test
|
||||||
|
from .registry import registry
|
||||||
|
from .version import version
|
||||||
|
|
||||||
|
__all__ = ["init", "prompt", "run", "test", "registry", "version"]
|
||||||
|
|||||||
Reference in New Issue
Block a user