diff options
Diffstat (limited to 'fg21sim/utils/__init__.py')
-rw-r--r-- | fg21sim/utils/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py index 3548b3f..650ab37 100644 --- a/fg21sim/utils/__init__.py +++ b/fg21sim/utils/__init__.py @@ -2,3 +2,4 @@ # MIT license from .healpix import healpix2hpx, hpx2healpix +from .logging import setup_logging |