Skip to content

Commit

Permalink
chore: reference auth and pull commands in entry
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 8, 2024
1 parent 553e375 commit e6c7a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# *************************************************************

### Local modules ###
from arise.commands import build, clean, deploy, dashboard
from arise.commands import auth, build, clean, deploy, dashboard, pull

__all__ = ("build", "clean", "dashboard", "deploy")
__all__ = ("auth", "build", "clean", "dashboard", "deploy", "pull")

__version__ = "0.2.3"

0 comments on commit e6c7a5d

Please sign in to comment.