Skip to content

Commit

Permalink
Public what is public (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomás Perez <[email protected]>
  • Loading branch information
coactive-tomas and Tomás Perez authored Aug 22, 2023
1 parent 10e172d commit 488e963
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyrgo/cli/cmds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""CLI commands."""
from __future__ import annotations

from pyrgo.cli.cmds._audit import audit
from pyrgo.cli.cmds._build import build
from pyrgo.cli.cmds._check import check
from pyrgo.cli.cmds._clean import clean
from pyrgo.cli.cmds._fmt import fmt
from pyrgo.cli.cmds._lock import lock
from pyrgo.cli.cmds._new import new
from pyrgo.cli.cmds._sync import sync
from pyrgo.cli.cmds._test import test
from pyrgo.cli.cmds.audit import audit
from pyrgo.cli.cmds.build import build
from pyrgo.cli.cmds.check import check
from pyrgo.cli.cmds.clean import clean
from pyrgo.cli.cmds.fmt import fmt
from pyrgo.cli.cmds.lock import lock
from pyrgo.cli.cmds.new import new
from pyrgo.cli.cmds.sync import sync
from pyrgo.cli.cmds.test import test

__all__ = ["lock", "fmt", "check", "sync", "build", "clean", "test", "audit", "new"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 488e963

Please sign in to comment.