Skip to content

Commit d34e022

Browse files
authored
Merge pull request #19 from eriknw/minor_reorg
Move things around for clarity
2 parents 72cec2a + c51888e commit d34e022

File tree

8 files changed

+370
-327
lines changed

8 files changed

+370
-327
lines changed

afar/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from ._core import get, run # noqa
12
from ._version import get_versions
2-
from .core import get, later, locally, remotely, run # noqa
3+
from ._where import later, locally, remotely # noqa
34

45
__version__ = get_versions()["version"]
56
del get_versions

0 commit comments

Comments
 (0)