Guest User

Untitled

a guest
Feb 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from some_library import OriginalClass
  2.  
  3. class CustomClass(OriginalClass):
  4. def original_method(*args, **kwargs):
  5. # do stuff the way I want to do it instead of the way the library does it
Add Comment
Please, Sign In to add comment