diff options
Diffstat (limited to 'python/.pythonrc')
-rw-r--r-- | python/.pythonrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/.pythonrc b/python/.pythonrc index 8a57e36..f384a57 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -1,2 +1,8 @@ import numpy as np import sympy as sym +import matplotlib.pyplot as plt + +try: + import hermipy as hm +except ImportError: + pass |