Skip to content

Commit

Permalink
Update classtools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatbhatter1 authored Oct 1, 2020
1 parent d778b8f commit a48068a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ class SubTest(TopTest):
pass

X, Y = TopTest(), SubTest()
print(X)
print(Y)
print(X,"\n",y)

0 comments on commit a48068a

Please sign in to comment.