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