#!/usr/bin/env python

import sys

from sunnytrail import main

if __name__ == '__main__':
  sys.exit(main(sys.argv))

