Video-Summary/Layer.py

3 lines
71 B
Python
Raw Normal View History

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