add more docstrings
[logparse.git] / logparse / __main__.py
index 55f225dd0ced2eba761b546dd742d30d642ffa3d..2be6d1996a0728239003552b049b1a02570d4989 100644 (file)
@@ -1,7 +1,6 @@
-#
-#   __main__.py
-#
-#   Executed when the logparse directory is executed as a script
+"""
+Executed when the logparse directory is executed as a script
+"""
 
 from .interface import main
 main()