6 lines
83 B
Python
6 lines
83 B
Python
|
"""
|
||
|
The published interface of the VFS package.
|
||
|
"""
|
||
|
|
||
|
from .impl import Vfs # noqa
|