obs-scripting: Enable Python autodoc
This provides more useful information in auto-complete, complete with
parameter summaries.
Example:
"""
obs_properties_add_path(props, name, description, type, filter, default_path) -> obs_property_t *
Parameters
----------
props: obs_properties_t *
name: char const *
description: char const *
type: enum enum obs_path_type
filter: char const *
default_path: char const *
"""