#!/usr/bin/env python3

import termcap.cli

if __name__ == '__main__':
    termcap.cli.main()
