#!python
"""
SpeedClick Pro launcher script
"""
from speedclickpro import run

if __name__ == "__main__":
    run()
