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

try:
    import hermipy as hm
except ImportError:
    pass