bjmorgan/bsym

View on GitHub
bsym/bsym.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import warnings
import sys

warnings.warn( "\nYou are trying to import bsym.bsym, which is not compatible with this version of bsym.\nPlease check the updated API information at https://github.com/bjmorgan/bsym,\n or download a compatible 0.1.* release at https://github.com/bjmorgan/bsym/releases.\n" )

sys.exit()