#!/usr/bin/python
from tequila import Tequila

if __name__ == '__main__':
    Tequila().main()