Video-Summary/LayerFactory.py

3 lines
85 B
Python

class LayerFactory:
def __init__(self):
print("LayerFactory constructed")