Skip to content

Commit

Permalink
Merge pull request #19 from eriknw/minor_reorg
Browse files Browse the repository at this point in the history
Move things around for clarity
  • Loading branch information
eriknw authored Aug 21, 2021
2 parents 72cec2a + c51888e commit d34e022
Show file tree
Hide file tree
Showing 8 changed files with 370 additions and 327 deletions.
3 changes: 2 additions & 1 deletion afar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from ._core import get, run # noqa
from ._version import get_versions
from .core import get, later, locally, remotely, run # noqa
from ._where import later, locally, remotely # noqa

__version__ = get_versions()["version"]
del get_versions
Loading

0 comments on commit d34e022

Please sign in to comment.