1""" 2Executed when the logparse directory is executed as a script 3""" 4 5from .interface import main 6main()
"""
Executed when the logparse directory is executed as a script
from .interface import main
main()