""" version = "0.2" #RELEASE #----------------------------------- -o- # Modules. import math import time # import mosLog log = mosLog.MOSLog(logTime=True, logDate=False) import mosZ as z import mosDump as dump import mosOSC #----------------------------------- -o- # OSC path handlers. # # Handlers with and without user defined arguments. #
version :str = "0.7" #RELEASE #----------------------------------------- -o-- # Modules. import inspect import sys from typing import Dict, List, Union # import mosLog log = mosLog.MOSLog() import mosZ as z #----------------------------------------- -o-- # Protected attributes. _fourSpaces :str = " " _localHook :str = f"\t\t\t{z.TEXTHOOK}"