Video-Summary/Layer.py

3 lines
71 B
Python

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