3 lines
85 B
Python
3 lines
85 B
Python
|
|
class LayerFactory:
|
||
|
|
def __init__(self):
|
||
|
|
print("LayerFactory constructed")
|