Video-Summary/LayerFactory.py

3 lines
85 B
Python
Raw Normal View History

2020-09-20 20:01:54 +00:00
class LayerFactory:
def __init__(self):
print("LayerFactory constructed")