From 5d47fadb883dd4f8bce2a7425ee9700de9b8f059 Mon Sep 17 00:00:00 2001 From: Gattuu <48792780+Gattuu@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:38:17 +0530 Subject: [PATCH] Update parse.py --- parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.py b/parse.py index e6806b46..4bbfea43 100755 --- a/parse.py +++ b/parse.py @@ -2,7 +2,7 @@ """ Parse a document to a tree, with optional profiling """ - +#doing this for hacktoberfest import argparse import sys import traceback