Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class HydroModel(object):
  2. def __init__(self):
  3. self.par = dict()
  4. self.config = dict()
  5. self.data = list()
  6. # Methods...
  7.  
  8. class CurrentModel(HydroModel):
  9.  
  10. # Methods...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement