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()
#
# __main__.py
# Executed when the logparse directory is executed as a script
from .interface import main
__version__ = '1.0'
main()