#!/usr/bin/env python3

from superkabuki import SuperKabuki

if __name__ == "__main__":
    sk = SuperKabuki()
    sk.encode()
