#!/usr/bin/python
from __future__ import print_function
from jumpdir.main import main

print(main())
