"""Utility namespace for data-related modules. This package groups empirical, generation, preprocessing, and dataset helpers so they can be imported with the ``sim_priors_pk.data`` prefix. """ __all__ = [ "data_empirical", "data_generation", "data_preprocessing", "datasets", ]