# This is just for Wokwi to stabilize
import time
time.sleep(0.1)
from Synthesizer import *
s = Synthesizer()
s.run()
# This is just for Wokwi to stabilize
import time
time.sleep(0.1)
from Synthesizer import *
s = Synthesizer()
s.run()