mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
5 lines
62 B
Python
5 lines
62 B
Python
import sys
|
|
|
|
import pokedex.main
|
|
|
|
pokedex.main.main(*sys.argv)
|