1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00
veekun_pokedex/pokedex/__main__.py
2013-08-09 13:00:37 -07:00

5 lines
62 B
Python

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