Compare commits

...

2 Commits

1 changed files with 4 additions and 1 deletions

View File

@ -36,3 +36,6 @@ class Util:
def test_function(self):
print("test_function")
def test_function2(self):
print("test_function2")