#!/usr/bin/env python

from pyliff import liff_cmd


if __name__ == "__main__":
    liff_cmd.main()
