增加环绕侦察场景适配
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from .. import filesystem
|
||||
from ..asyn import AsyncFileSystem
|
||||
from .chained import ChainedFileSystem
|
||||
|
||||
|
||||
class DirFileSystem(AsyncFileSystem):
|
||||
class DirFileSystem(AsyncFileSystem, ChainedFileSystem):
|
||||
"""Directory prefix filesystem
|
||||
|
||||
The DirFileSystem is a filesystem-wrapper. It assumes every path it is dealing with
|
||||
|
||||
Reference in New Issue
Block a user