#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This software is licensed as described in the README.rst and LICENSE files, which you should have received as
# part of this distribution.
#
# This will work when installed in site-packages on a target system where the runner script is in /usr/bin
# So, you don't need anything special - no fancy path tricks.

from lookOver import main

main.start()
