ss14_chemistry_site/reworked/reag__.py

9 lines
196 B
Python
Raw Normal View History

2024-04-28 18:37:34 +00:00
class reag__:
def __init__(category = '-', comps, out):
# medicine
self.category = category
# {'инапровалин': 1, 'углерод': 1}
self.comps = comps
# 2
self.out = out