pygame has no member code example
Example: module pygame has no member
"""If you are using pylint on Visual Studio Code write
this line at the beginning of the program :"""
# pylint: disable=no-member
"""the rest of the program :"""
x = bla bla
....