Files
pylibmeshctrl/src/meshctrl/shell.py

7 lines
101 B
Python
Raw Normal View History

from . import tunnel
class Shell(tunnel.Tunnel):
pass
class SmartShell(tunnel.Tunnel):
pass