6 sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) +
"/..")
8 from helpFunctions
import LoadFile
10 from animationTools
import BKAnimation, animation
11 from animationSupportClasses
import SingleLine, SinglePlot, bcolors
15 sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) +
"/../PhasePlot")
17 import phase_plot_creator
as ppc