StudentAddress constructor

StudentAddress()

Initializes a new instance of StudentAddress class.

def __init__(self):
    ...

See Also