From e9b58bb61d97cb5d93134a0bec1ee705a4585540 Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Mon, 6 Aug 2018 21:15:06 +0000 Subject: [PATCH] tribute to abraxas. rest in peace friend. --- botany.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/botany.py b/botany.py index f215d98..874455b 100755 --- a/botany.py +++ b/botany.py @@ -122,8 +122,10 @@ class Plant(object): 'buff', 'narcotic', 'gnu/linux', + 'abraxan', # rip dear friend ] + def __init__(self, this_filename, generation=1): # Constructor self.plant_id = str(uuid.uuid4())