ppt_control / __main__.pyon commit multi-presentation support in JS client, etc. (70d2f7e)
   1"""
   2Executed when ppt_control is executed as a script
   3"""
   4
   5from .ppt_control import start_interface
   6start_interface()