Basic Exporter Template with Python; Part 2

PHOTO EMBED

Tue Nov 08 2022 14:13:47 GMT+0000 (Coordinated Universal Time)

Saved by @MaVCArt #python

class ExporterBase(object):
    def __init__(options=None):
    	self.options = options or dict()
content_copyCOPY