mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-02-08 09:07:38 +00:00
Добавление функции load_recipe() в parse.py
Добавление функции get_all() для класса reag__
This commit is contained in:
parent
fb9254844e
commit
bdc90b42d0
@ -8,3 +8,4 @@ class reag__:
|
||||
self.out = out
|
||||
def get_all(self):
|
||||
return [self.category, self.comps, self.out]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user