2016-09-15 12:19:49 -04:00
|
|
|
import logging
|
|
|
|
|
2018-02-05 21:25:33 -05:00
|
|
|
__version__ = "0.19.0rc32"
|
2016-09-15 12:19:49 -04:00
|
|
|
version = tuple(__version__.split('.'))
|
2016-10-27 10:49:28 -05:00
|
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|