This commit is contained in:
Jakub Adamski 2020-04-07 20:59:30 +02:00
commit cba879ae15

View File

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