#!/usr/bin/python

from citibike.station.mapper import main
from sys import exit, argv

if __name__ == "__main__":
    exit(main(argv))
