Closed AleksandrRasskazov closed 2 years ago
Module requests not include in standard library. May be checking will be helpful.
try: import requests except ImportError: print('error: requests is not installed (hint: pip install requests)') exit()
PR
Module requests not include in standard library. May be checking will be helpful.