#!/usr/bin/env python

import sys
from xmrto_wrapper import xmrto_wrapper

if __name__ == "__main__":
    sys.exit(xmrto_wrapper.main())
