Skip to content

Commit 425617d

Browse files
committed
Adding
1 parent f55e5ff commit 425617d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

add.py

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
import re
2-
from os.path import abspath
3-
from os.path import dirname
2+
from os.path import abspath, dirname
43
from urllib.parse import urlparse
54

6-
from functions import create_folder
7-
from functions import edit_template
8-
from functions import extract_id
9-
from functions import fetch
10-
from functions import initiate_structure
11-
from functions import is_valid_url
12-
from functions import parse_arguments
5+
from functions import (
6+
create_folder, edit_template, extract_id, fetch, initiate_structure, is_valid_url, parse_arguments
7+
)
138

149
# Disallowed Characters for Folder names
1510
Disallowed_Characters = r'[\\/*?:"<>|]'

0 commit comments

Comments
 (0)