Commit 3b61ffd8 authored by FulcrandG's avatar FulcrandG
Browse files

Adding argparse to all tool scripts

parent 828c7055
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ from urllib.parse import quote, urlencode
import requests
from yaml import full_load, YAMLError
from jinja2 import Environment, FileSystemLoader, TemplateNotFound
import argparse

# Import the config module
from tools.utils.utils import Config
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ import sys
from urllib.parse import quote, urlencode
from os import getenv, listdir
import requests
import argparse

# Import the config module
from tools.utils.utils import Config