Transfer all common code into POCS.
For instance, the following method from generator.py:
generator.py
def register_common_type_filters(self)
and of course the file type_filters.py in folder filters.
type_filters.py
filters
Transfer all common code into POCS.
For instance, the following method from
generator.py:and of course the file
type_filters.pyin folderfilters.