veekun_pokedex/pokedex/__main__.py

6 lines
62 B
Python

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