#!/usr/bin/env python
# -*- coding: utf-8 -*-

from sneak.run import run


if __name__ == '__main__':
    run()
