Skip to content

Commit

Permalink
testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mark11778 committed Jan 24, 2025
1 parent 38e62cb commit d5c5067
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class testingsomeBADcode:

def __init__(self, time, arg1, arg3):
self.time = time
self.Arg1 = arg1
#asdfasdf
def gettime(self):
self.gotted = True
return self.time

0 comments on commit d5c5067

Please sign in to comment.