Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from project.building import Building
- class CountryBuilding(Building):
- def __init__(self, building_type, floors):
- super().__init__(building_type, floors)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement