folder
Module to interact with Folders.
This module contains class to interact with Folders in Studio.
Typical usage example:
```python
folder = package.get_folder(ANALYSIS_ID)
folder = package.create_folder("NEW_FOLDER")
folder.delete()
```
Folder ΒΆ
Bases: ContentNode
Folder object to interact with folder specific studio endpoints.