Last updated:
0 purchases
pathsparser 0.1.1
paths-parser
pip install paths_parser
import paths_parser
with open("../Case1-path.txt", "r") as f:
src = f.read()
print(len(paths_parser.parse(src)))
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.