You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
190 B

  1. from . import _config
  2. if not _config.has_storm_pars:
  3. raise ImportError("No support for parametric analysis was built in Storm.")
  4. from . import pars
  5. from .pars import *
  6. pars._set_up()