13d7e70cb7
+ Removing some dead code
12 lines
190 B
Python
12 lines
190 B
Python
from .custom import (
|
|
BaseFetcher,
|
|
Response,
|
|
StatusText,
|
|
get_variable_name,
|
|
)
|
|
from .fingerprints import (
|
|
generate_headers,
|
|
get_os_name,
|
|
__default_useragent__,
|
|
)
|