Package CHEM :: Package ML :: Package features :: Module Util
[hide private]
[frames] | no frames]

Module Util



Miscellaneous utility functions used across the application

Variables [hide private]
  log = logging.getLogger(APPLICATION_NAME)
  handler = logging.StreamHandler(sys.stderr)
  formatter = logging.Formatter(LOGGER_FORMAT)