Python Definir Propery by Null

class User:
   username = None
   password = None
Hafez