factory/apps/wpm/scripts/batch_gxerp.py

7 lines
82 B
Python

def main(batch: str):
return None, None
if __name__ == '__main__':
pass