In 3.15 the lower 2 bits of the IMPORT_NAME oparg are used to indicate lazy vs eager imports. We need to shift the
index left (this was causing SyntaxError: 'lazy import' is only allowed at module level previously in generated
IMPORT_NAME instructions) and set 2nd lowest bit to indicate eager imports.
Pull Request resolved: #186402
Approved by: https://github.com/guilhermeleobas
SOCIAL SHARE CARD GENERATOR