mirror of
https://github.com/DerTyp7/local-analyzer-python.git
synced 2025-10-29 12:32:10 +01:00
public transport
This commit is contained in:
@@ -10,8 +10,9 @@ class Node:
|
||||
self.user = str(_user)
|
||||
|
||||
|
||||
class NodeTags:
|
||||
def __init__(self, _nodeId, _key, _value):
|
||||
class NodeTag:
|
||||
def __init__(self, _id, _nodeId, _key, _value):
|
||||
self.id = _id
|
||||
self.nodeId = int(_nodeId)
|
||||
self.key = str(_key)
|
||||
self.value = str(_value)
|
||||
|
||||
Reference in New Issue
Block a user