Skip to content

Commit 2d9fa21

Browse files
committed
Add missing exports
1 parent 7c51686 commit 2d9fa21

File tree

19 files changed

+54
-92
lines changed

19 files changed

+54
-92
lines changed

.github/PR_ARCH01_BODY.md

Lines changed: 0 additions & 92 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Analyze command: re-export from commands package."""
22

33
from specfact_cli.commands.analyze import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Auth command: re-export from commands package."""
22

33
from specfact_cli.commands.auth import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Backlog command: re-export from commands package."""
22

33
from specfact_cli.commands.backlog_commands import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Contract command: re-export from commands package."""
22

33
from specfact_cli.commands.contract_cmd import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Drift command: re-export from commands package."""
22

33
from specfact_cli.commands.drift import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Enforce command: re-export from commands package."""
22

33
from specfact_cli.commands.enforce import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Generate command: re-export from commands package."""
22

33
from specfact_cli.commands.generate import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Import command: re-export from commands package."""
22

33
from specfact_cli.commands.import_cmd import app
4+
5+
6+
__all__ = ["app"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
"""Init command: re-export from commands package."""
22

33
from specfact_cli.commands.init import app
4+
5+
6+
__all__ = ["app"]

0 commit comments

Comments
 (0)