meb_debugging #8

Merged
g_gutierrez merged 15 commits from meb_debugging into main 2023-03-20 14:21:25 -04:00
Showing only changes of commit b61d84763a - Show all commits

View File

@ -8,7 +8,8 @@ Project Coder Guille Gutierrez guillermo.gutierrezmorote@concordia.ca
class Catalog: 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): def names(self, category=None):