added clipcascade
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
class Echo:
|
||||
def __init__(self, *args, **kwargs):
|
||||
print(*args, **kwargs)
|
||||
Reference in New Issue
Block a user