#!/usr/bin/env python

# 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.

import ludolph.main

ludolph.main.start()
