import time import math import threading import decimal from uuid import uuid4 as _uuid def genUUID(): return str(_uuid()) class PositionManager: