summaryrefslogtreecommitdiff
path: root/python/.pythonrc
blob: 4d97a0fb05086a9267c21fdb82f4a53bb442ec49 (plain)
1
2
3
4
5
6
7
8
import numpy as np
import sympy as sym
import matplotlib

try:
    import hermipy as hm
except ImportError:
    pass