"""Initialize the file_setup package.""" from .setup import setup, regenerate_csv_by_color __all__ = [ 'setup', 'regenerate_csv_by_color' ]