def local_test()

in rst/index_tiles.py [0:0]


def local_test():
    with open('tiles.xml', 'r') as f:
        s = index_tiles(f.read())
        print(s)