#!/usr/bin/env python

from lctools.shortcuts import lister_main

if __name__ == "__main__":
    lister_main('images', supports_location=True)
