In [1]:
from functions import connect, disconnect
from sound import click, startup, applause, attention
connect(12)
In [2]:
click()
In [3]:
startup()
In [4]:
applause()
In [5]:
attention()
In [6]:
disconnect()
In [ ]: