https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/customize/custom-python.html
from xblock.fragment import Fragment
should be
from web_fragments.fragment import Fragment
https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/customize/custom-python.html
from xblock.fragment import Fragment
should be
from web_fragments.fragment import Fragment