Skip to content

Commit

Permalink
add __init__.py to subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur authored and jameshawkes committed Mar 1, 2024
1 parent df734b3 commit 23ce604
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polytope/datacube/transformations/datacube_cyclic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .cyclic_axis_decorator import *
from .datacube_cyclic import *
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .datacube_mappers import *
from .mapper_axis_decorator import *
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .healpix import *
from .local_regular import *
from .octahedral import *
from .reduced_ll import *
from .regular import *
2 changes: 2 additions & 0 deletions polytope/datacube/transformations/datacube_merger/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .datacube_merger import *
from .merger_axis_decorator import *
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .datacube_null_transformation import *
from .null_axis_decorator import *
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .datacube_reverse import *
from .reverse_axis_decorator import *
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .datacube_type_change import *
from .type_change_axis_decorator import *

0 comments on commit 23ce604

Please sign in to comment.