#! /usr/bin/env python
import sys
from K2ephem import K2ephem_main

if __name__ == '__main__':
    sys.exit(K2ephem_main())
