diff --git a/src/arise/__init__.py b/src/arise/__init__.py index cbd7b68..fffd5ce 100644 --- a/src/arise/__init__.py +++ b/src/arise/__init__.py @@ -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"