4 lines
120 B
Python
4 lines
120 B
Python
|
from pysheller import PySheller
|
||
|
|
||
|
PySheller(name="test-app", description="Very example app.", commands_dir="./commands")
|