The library to make pygame easier to use.
1"""The library to make pygame easier to use.""" 2 3import warnings 4from .api import * 5 6warnings.filterwarnings("ignore", category=UserWarning, module=r"cffi\.cparser")