Zaktualizuj 'beetroot.py'

This commit is contained in:
Agata Lenz 2020-04-07 18:58:58 +00:00
parent 126745acfe
commit f16dbe6e1b

View File

@ -1,7 +1,7 @@
from plant import Plant from plant import Plant
from datetime import datetime from datetime import datetime
class Betroot(Plant): class Beetroot(Plant):
def __init__(self): def __init__(self):
super().__init__() super().__init__()