mirror of
https://github.com/DerTyp7/local-analyzer-python.git
synced 2025-10-29 12:32:10 +01:00
comments and shop types
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
class Shop:
|
||||
# TODO More optional details/attributes. Example: "website", "brand", "Telefone", "Owner"
|
||||
def __init__(self, _nodeIds, _name, _type):
|
||||
self.nodeIds = _nodeIds
|
||||
self.name = _name
|
||||
self.type = _type
|
||||
|
||||
class Node:
|
||||
def __init__(self, _id, _lon, _lat, _version, _timestamp, _changeset, _uid, _user):
|
||||
self.id = int(_id)
|
||||
|
||||
Reference in New Issue
Block a user