#!/usr/bin/env python2
import rosa_crypto_tool.rosa_crypto_tool as app
if __name__ == '__main__':
    app.main() 
