import_mcell.py 95 B

1234567
  1. import sys
  2. sys.path.append("build")
  3. print("before import")
  4. import mcell
  5. print("after import")