Guest User

Untitled

a guest
Jan 13th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class Weatherbot(db.Model):
  2. username = db.StringProperty()
  3. password = db.StringProperty()
  4. zipcode = db.StringProperty()
  5. wundurl = db.StringProperty()
  6. lastupdate = db.DateTimeProperty(auto_now = True)
Add Comment
Please, Sign In to add comment