Initial commit
This commit is contained in:
7
myOwnProjects/TestConst.py
Normal file
7
myOwnProjects/TestConst.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class BlockNames:
|
||||
def __init__(self, id, name):
|
||||
self.id = id
|
||||
self.name = name
|
||||
|
||||
|
||||
ВОЗДУХ = BlockNames(0, "Воздух")
|
||||
Reference in New Issue
Block a user