Most __init__.py files in uxarray do not have substantive code; they are either empty or they mostly just include relevant import statements.
However, uxarray.tutorial.__init__.py defines many functions. To follow the same style as the other __init__.py files, those function definitions should be relocated, probably to a new file (maybe uxarray.tutorial.tutorial.py?).
Most
__init__.pyfiles in uxarray do not have substantive code; they are either empty or they mostly just include relevant import statements.However,
uxarray.tutorial.__init__.pydefines many functions. To follow the same style as the other__init__.pyfiles, those function definitions should be relocated, probably to a new file (maybeuxarray.tutorial.tutorial.py?).