implemented to change folder access level chacl command.

This commit is contained in:
2023-05-11 17:00:14 +09:00
parent 995e4cc467
commit b028c86b20
8 changed files with 80 additions and 12 deletions

View File

@ -1,3 +1,4 @@
from mdrsclient.commands.chacl import ChaclCommand
from mdrsclient.commands.config import ConfigCommand
from mdrsclient.commands.download import DownloadCommand
from mdrsclient.commands.file_metadata import FileMetadataCommand
@ -14,6 +15,7 @@ from mdrsclient.commands.whoami import WhoamiCommand
__all__ = [
"ConfigCommand",
"ChaclCommand",
"DownloadCommand",
"FileMetadataCommand",
"LabsCommand",