renamed some func/meth to better names and added doc strings + lint

This commit is contained in:
Akash Mahanty
2021-01-25 21:11:49 +05:30
parent d1061bfdc8
commit 0a241818ff
3 changed files with 28 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ import json
import random
import string
import argparse
from .wrapper import Url
from .exceptions import WaybackError
from .__version__ import __version__