5 lines
62 B
Python
5 lines
62 B
Python
#!/bin/python
|
|
|
|
from lib.werefox_bot_runtime import run
|
|
|
|
run()
|