Files
cpl/example/custom/general/test/custom.py
2025-09-24 16:57:24 +02:00

4 lines
61 B
Python

class Custom:
def __init__(self):
print("hello")