pleasepoint_py
API Documentation
AIStudio
AIStudio
crm
fileManager
platform
built with
pdoc
pleasepoint_py
.aistudio
class
AIStudio
:
AIStudio
(
log_level
:
str
=
'ERROR'
,
load_crm
:
bool
=
True
,
load_fileManager
:
bool
=
True
,
load_platform
:
bool
=
True
,
crm_opts
:
dict
=
{}
,
fileManager_opts
=
None
)
Initialize the AIStudio class.
Parameters
log_level
:
load_crm
:
load_fileManager
:
load_platform
:
crm_opts
:
fileManager_opts
:
crm
:
pleasepoint_py.crm.crm
CRM class instance
fileManager
:
pleasepoint_py.fileManager.fileManager
FileManager class instance
platform
:
pleasepoint_py.platform.platform
Platform class instance