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