ss14_chemistry_site/reworked/reag__.py
justuser31 9f09fd67f4 up
2024-04-28 21:37:34 +03:00

9 lines
196 B
Python

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