My Project
animation_run_imports.py
Go to the documentation of this file.
1 from time import sleep
2 import numpy as np
3 
4 import sys
5 import os
6 sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + "/..")
7 
8 from helpFunctions import LoadFile
9 
10 from animationTools import BKAnimation, animation
11 from animationSupportClasses import SingleLine, SinglePlot, bcolors
12 
13 loader = LoadFile()
14 
15 sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + "/../PhasePlot")
16 
17 import phase_plot_creator as ppc