AeThex-Engine-Core/engine/modules/aethex_cloud/config.py

17 lines
294 B
Python

def can_build(env, platform):
return True
def configure(env):
pass
def get_doc_classes():
return [
"AethexCloud",
"AethexAuth",
"AethexCloudSave",
"AethexAssetLibrary",
"AethexTelemetry",
]
def get_doc_path():
return "doc_classes"