Guest User

Untitled

a guest
Oct 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # in my.awesome.product
  2. from your.prototype.product import App as BaseApp
  3.  
  4. class App(BaseApp):
  5. # カスタマイズ
  6. pass
Add Comment
Please, Sign In to add comment