forked from Narcissus/pylibmeshctrl
7 lines
101 B
Python
7 lines
101 B
Python
|
|
from . import tunnel
|
||
|
|
|
||
|
|
class Shell(tunnel.Tunnel):
|
||
|
|
pass
|
||
|
|
|
||
|
|
class SmartShell(tunnel.Tunnel):
|
||
|
|
pass
|