#!/usr/bin/env python
# Copyright 2015 Steven Dee. See COPYING for details.

import genpass

if __name__ == '__main__':
    genpass.run_()
