Add files via upload

This commit is contained in:
themixray 2021-11-04 14:25:51 +03:00 committed by GitHub
parent 0f185baf27
commit bc99b7875e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View file

@ -6,7 +6,7 @@ from pygwin.rect import rect
import pygwin.image as image
import pygwin.mixer as mixer
from pygame.locals import *
from pygwin.font import *
import pygwin.font as font
from pygwin._win import *
from pygwin._pg import pg
import pygwin.ui as ui