--- a
+++ b/loss/__init__.py
@@ -0,0 +1,5 @@
+from .dice import *
+from .utils import *
+from .focal import *
+from .IoU import *
+from .BCE import *