mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 21:52:16 +00:00
7 lines
101 B
Python
7 lines
101 B
Python
|
|
from . import tunnel
|
||
|
|
|
||
|
|
class Shell(tunnel.Tunnel):
|
||
|
|
pass
|
||
|
|
|
||
|
|
class SmartShell(tunnel.Tunnel):
|
||
|
|
pass
|