Documentation and pep8 compilance

This commit is contained in:
Somdev Sangwan
2018-11-16 21:13:45 +05:30
committed by GitHub
parent 8a3cefde22
commit d27eef116f
19 changed files with 342 additions and 216 deletions

View File

@@ -2,6 +2,7 @@ import re
from core.colors import red, end, yellow
def dom(response):
highlighted = []
response = response.split('\n')