#!python
# -*- encoding: utf-8 -*-

if __name__ == "__main__":
    from poeditor_client import cmd
    cmd.main()
