--- a
+++ b/merlin/__init__.py
@@ -0,0 +1,3 @@
+from merlin.models import Merlin
+
+__all__ = ["Merlin"]
\ No newline at end of file