removed 1st edition code
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
def tree(cls):
|
||||
yield cls.__name__
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
for cls_name in tree(BaseException):
|
||||
print(cls_name)
|
||||
Reference in New Issue
Block a user