Compare commits

..

No commits in common. "83be3a9579c12054a27d342f398b26402320cc30" and "bec42f1cc342ec402628f8998e2c6137f74b6c31" have entirely different histories.

View File

@ -1,9 +0,0 @@
class Tool:
id = 0
name = ""
typeid = 0
def __init__(self, id, name, typeid):
self.id = id
self.name = name
self.typeid = typeid