pysheller/example/__init__.py

4 lines
120 B
Python
Raw Normal View History

2021-09-01 15:01:54 +02:00
from pysheller import PySheller
PySheller(name="test-app", description="Very example app.", commands_dir="./commands")