This commit is contained in:
Pilar Monsalvete 2023-03-20 09:52:40 -04:00
parent 1b90974b77
commit b61d84763a

View File

@ -8,7 +8,8 @@ Project Coder Guille Gutierrez guillermo.gutierrezmorote@concordia.ca
class Catalog:
"""
Catalogs base class not implemented instance of the Catalog base class, catalog_factories will inherit from this class.
Catalogs base class not implemented instance of the Catalog base class,
catalog_factories will inherit from this class.
"""
def names(self, category=None):