#!/usr/bin/env python
from torrt.main import process_commands


if __name__ == '__main__':
    process_commands()
