1""" 2Executed when ppt_control is executed as a script 3""" 4 5from .ppt_control import start_interface 6start_interface()
"""
Executed when ppt_control is executed as a script
from .ppt_control import start_interface
start_interface()