添加函数test_function

This commit is contained in:
unknown 2022-08-22 11:16:06 +08:00
parent 131fb0efc4
commit 7a9188a34c
1 changed files with 3 additions and 0 deletions

View File

@ -33,3 +33,6 @@ class Util:
target_point[1] < rectangle[3]:
return True
return False
def test_function(self):
print("test_function")