添加函数test_new_function #5

Closed
p50342189 wants to merge 3 commits from p50342189/graduation-project:main into main
1 changed files with 5 additions and 2 deletions

View File

@ -34,5 +34,8 @@ class Util:
return True
return False
def test_function6(self):
print("test_function6")
def test_function8(self):
print("test_function8")
def test_new_function(self):
print("test_new_function")