This commit is contained in:
justuser31 2024-04-28 21:37:34 +03:00
parent 6b80c415ff
commit 9f09fd67f4

8
reworked/reag__.py Normal file
View File

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