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