Merge pull request #21 from jpdefrutos/clean_repo
Browse files
DeepDeformationMapRegistration/utils/logger.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import logging
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
LOGGER = logging.getLogger(__name__)
|