You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
314 B
Python

# from pathlib import Path
#
# from Agreement.CS.skio.worker.iomapping import IOMapping
#
#
# if __name__ == '__main__':
# uri = '127.0.0.1:19114'
# path = Path(__file__).absolute().parent.parent.parent.parent.joinpath('static')
# imopping = IOMapping(uri=uri, path=path)
# imopping.setDIcurrent()