Utils Module ============ This module contains utility functions for setup, NMODL file handling, current generation, plotting, and type definitions. The utils module is organized into the following submodules: - currents - plotting - types .. currentmodule:: myogen.utils Setup Functions ^^^^^^^^^^^^^^^ .. autosummary:: :toctree: ../generated/ :template: autosummary/function.rst :recursive: setup_myogen load_nmodl_files Submodules ^^^^^^^^^^ .. toctree:: :maxdepth: 1 currents_api plotting_api types_api