Skip to content

Commit

Permalink
ENH: Add track exit to top level imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Oct 19, 2023
1 parent 7cbbcf3 commit cea59b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
__version__ = _version.get_versions()['version']

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

__all__ = (
Expand All @@ -11,4 +12,6 @@
"get_usage",
"print_config",
"setup",
"track_exit",
)

0 comments on commit cea59b7

Please sign in to comment.