logparse / __main__.pyon commit add more docstrings (ab93877)
   1"""
   2Executed when the logparse directory is executed as a script
   3"""
   4
   5from .interface import main
   6main()