The CScript module is now disabled by default. It will get re-enabled once it gets finished.

This commit is contained in:
Relintai 2023-09-06 21:52:30 +02:00
parent 8ff20ba6e3
commit 4fe2f00133

View File

@ -15,3 +15,8 @@ def get_doc_classes():
def get_doc_path():
return "doc_classes"
def is_enabled():
# The module is disabled by default.
return False