import pyqtgraph as pg from src.gui import app def main(): pg.mkQApp("Plotting") temp = app() pg.exec() if __name__ == '__main__': main()