import marimo __generated_with = "0.13.15" app = marimo.App(width="medium") @app.cell def _(): from batdetect2.preprocess import build_preprocessor return @app.cell def _(): return if __name__ == "__main__": app.run()