logparse / __main__.pyon commit update setup.py to python 3, implement config file settings (0765fe0)
   1#
   2#   __main__.py
   3#
   4#   Executed when the logparse directory is executed as a script
   5
   6from .interface import main
   7main()