forked from zietzm/Helmholtz_Test_Bench
11 lines
200 B
Python
11 lines
200 B
Python
import numpy as np
|
|
import settings as g
|
|
from tkinter import *
|
|
from Arduino import Arduino
|
|
|
|
import cage_func as func
|
|
import User_Interface as ui
|
|
|
|
application = ui.HelmholtzGUI()
|
|
application.mainloop()
|