sh_cpl/tests/custom/general/test/custom.py

4 lines
61 B
Python
Raw Normal View History

class Custom:
def __init__(self):
2023-02-20 15:55:20 +01:00
print("hello")