|
>>> p2 = Place(name='Ace Hardware', address='1013 N. Ashland')
|
|
>>> p2 = Place(name='Ace Hardware', address='1013 N. Ashland')
|
|
>>> r = Restaurant(place=p1, serves_hot_dogs=True, serves_pizza=False)
|
|
>>> r = Restaurant(place=p1, serves_hot_dogs=True, serves_pizza=False)
|