diff --git a/_titanic/init__.py b/_titanic/init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e63d30773c7cfb1d5c2d4cbf285b5df3cc9b3a18
--- /dev/null
+++ b/_titanic/init__.py
@@ -0,0 +1,2 @@
+from .preprocessing import *
+from .modelisation import *
\ No newline at end of file