design-patterns/creational/factory_method/__init__.py
2020-09-29 22:05:56 +02:00

4 lines
141 B
Python

"""
Provides an interface for creating objects in a superclass, but allows
subclasses to alter the type of objects that will be created.
"""