예제 #1
0
파일: main.py 프로젝트: kjohns19/circuits
def main():
    circuit = Circuit()
    app = Application(circuit)
    app.loop()