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