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.

7 lines
161 B

  1. from . import _config
  2. if not _config.storm_with_gspn:
  3. raise ImportError("No support for GSPNs was built in Storm.")
  4. from . import gspn
  5. from .gspn import *