Skip to content

Commit

Permalink
Merge pull request #46 from mgxd/fix/imports
Browse files Browse the repository at this point in the history
RF: Add new operations to top level, remove add_project
  • Loading branch information
mgxd authored Nov 6, 2023
2 parents 5610171 + c9dbd54 commit 6a7806f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions migas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

from .config import print_config, setup
from .helpers import track_exit
from .operations import add_project, get_usage
from .operations import add_breadcrumb, check_project, get_usage

__all__ = (
"__version__",
"add_project",
"add_breadcrumb",
"check_project",
"get_usage",
"print_config",
"setup",
Expand Down

0 comments on commit 6a7806f

Please sign in to comment.