#!/usr/bin/python3 -s
"""
Shaptools command line tool
"""

from shaptools import shapcli

if __name__ == "__main__":
    shapcli.run()
