This commit is contained in:
deathbybandaid 2020-12-16 09:03:32 -05:00
parent 1c1ff7d7fa
commit f5903aa104

View File

@ -16,5 +16,6 @@ class Test():
def get(self, *args): def get(self, *args):
print("here I am ")
return "%s Success" % method return "Success"