Extend OsmIdCode from object

This commit is contained in:
Ilya Zverev 2018-06-18 19:42:58 +03:00
parent 35a262b477
commit 6dc6b49d02

View file

@ -3,7 +3,7 @@ import struct
import math
class OsmIdCode:
class OsmIdCode(object):
NODE = 0x4000000000000000
WAY = 0x8000000000000000
RELATION = 0xC000000000000000