sxcu.og_properties

class sxcu.og_properties(color: str = None, description: str = None, title: str = None)

This is a helper class for main SXCU function. This helps you to reuse the og_properties.

__init__(color: str = None, description: str = None, title: str = None)None

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__

Initialize self.

export

Exports the Property set to a JSON file.

export()str

Exports the Property set to a JSON file.

Returns

Using json.dumps the content of JSON file is dumped.

Return type

str