emodpy_generic.interventions package#
- The below imports let you do stuff like:
from emodpy_generic.interventions import * a = SimpleSIA()
If you want to access all the iv function creates directly without scoping/qualifying them.
from emodpy_generic.interventions import * a = SimpleSIA()
If you want to access all the iv function creates directly without scoping/qualifying them.