Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from project.software.software import Software
- class LightSoftware(Software):
- def __init__(self, name, capacity_consumption, memory_consumption):
- super().__init__(name, "Light", int(capacity_consumption * 1.5), int(memory_consumption / 2))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement