Skip to content
Snippets Groups Projects
Commit da643493 authored by root's avatar root
Browse files

Removed unneccessary imports

parent b46b0bec
Branches master
No related tags found
No related merge requests found
#! /usr/bin/python3 #! /usr/bin/python3
# -*- coding: utf-8 -*-
import requests import requests
import argparse
import logging import logging
import sys
from modules.args import Args from modules.args import Args
from modules.config import Config from modules.config import Config
import configparser
import base64
class Data: class Data:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment