mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-26 22:00:20 +00:00
8 lines
97 B
Python
Executable file
8 lines
97 B
Python
Executable file
#!/usr/bin/env python3.6
|
|
|
|
import sys
|
|
|
|
from pokemonterminal.main import main
|
|
|
|
|
|
main(sys.argv[1:])
|