ray-project / deltacat

A portable Pythonic Data Catalog API powered by Ray that brings exabyte-level scalability and fast, ACID-compliant, change-data-capture to your big data workloads.
Apache License 2.0
162 stars 23 forks source link

Adding back __init__.py in stats.models #358

Closed raghumdani closed 1 month ago

raghumdani commented 1 month ago

A ModuleNotFoundError occurs when init.py is absent. This PR adds the init file to prevent the error when an external package imports the module.