Files
watrbx-game-engine/RobloxMobileTest/UIAutomation/python/test.py
T
2025-09-18 17:55:52 -04:00

13 lines
156 B
Python

import argparse
if __name__ == '__main__':
parser = argparse.ArgumentParser(description="some information here")
args = parser.parse_args()