871cac3c40c68754d2b4f41edbf17f9fcc18c3b0
   1#
   2#   __main__.py
   3#
   4#   Executed when the logparse directory is executed as a script
   5
   6from .interface import main
   7__version__ = '1.0'
   8main()