添加函数test_function

This commit is contained in:
unknown 2022-08-22 11:07:45 +08:00
parent e863e52a90
commit 691c4435ae
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")