"""RPA Dashboard — entrypoint""" from Tool.server import main if __name__ == '__main__': main()