pysheller/example/__init__.py
2021-09-01 15:02:43 +02:00

4 lines
120 B
Python

from pysheller import PySheller
PySheller(name="test-app", description="Very example app.", commands_dir="./commands")