aboutsummaryrefslogtreecommitdiffstats
path: root/run.py
blob: 0af965cdfc31f8641915fe7a0b23a2519ed5d8ea (plain)
1
2
3
4
5
6
7
8
import xml.etree.ElementTree as xml
import sys

def main(file):
    pass

if __name__ == "__main__":
    main(str(sys.argv[1]))
git.ajschof.me — hosted by ajschofield — powered by cgit