mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
8 lines
136 B
Python
8 lines
136 B
Python
from pyxp.client import Client
|
|
from pyxp.dial import dial
|
|
from pyxp.types import Qid, Stat
|
|
|
|
VERSION = '9P2000'
|
|
|
|
# vim:se sts=4 sw=4 et:
|