#!/usr/bin/env python

from get_pop import get_pop

if __name__ == "__main__":
    get_pop.main()
