Skip to content

Instantly share code, notes, and snippets.

from __future__ import print_function
import re
import os
import sys
if __name__ == "__main__":
try:
root_path = sys.argv[1]
except:
root_path = "."