Files
pythonmc/myOwnProjects/TestConst.py
BarsTigerMeowcat 8bed7171c2 Initial commit
2020-01-26 12:49:01 +02:00

8 lines
145 B
Python

class BlockNames:
def __init__(self, id, name):
self.id = id
self.name = name
ВОЗДУХ = BlockNames(0, "Воздух")