veekun_pokedex/pokedex/__main__.py
2013-08-09 13:00:37 -07:00

6 lines
62 B
Python

import sys
import pokedex.main
pokedex.main.main(*sys.argv)