1from pyxp.client import Client
2from pyxp.dial import dial
3from pyxp.types import Qid, Stat
4
5VERSION = '9P2000'
6
7# vim:se sts=4 sw=4 et:
8