Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. class Base1:
  2.     pass
  3.  
  4. class Base2:
  5.     pass
  6.  
  7. class MultiDerived(Base1, Base2):
  8.     pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement