ARG_LOGGING_ACTIVE = False

try:
  import sys
  if ARG_ENABLE_CACHE:
    sys.dont_write_bytecode = False
except:
  pass
