#!/bin/env python3
# -*- coding: utf-8 -*-
import sys

from iwrap.iwrap_main import main


if __name__ == '__main__':
    sys.exit(main())
