Guest User

example

a guest
Jun 11th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. from app import Foo, Bar
  2.  
  3.  
  4. class MyFoo(Foo):
  5.     pass
  6.  
  7. class MyBar(Bar):
  8.     tuple = ('my', 'bar')
Add Comment
Please, Sign In to add comment