Delete pygwin directory

This commit is contained in:
themixray 2021-11-02 13:24:21 +03:00 committed by GitHub
parent d498edaa32
commit 258295e671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 0 additions and 764 deletions

View file

@ -1,13 +0,0 @@
from pygwin.surface import surface
import pygwin.keyboard as keyboard
import pygwin.gamepad as _gp
import pygwin.mouse as mouse
from pygwin.rect import rect
import pygwin.image as image
import pygwin.mixer as mixer
from pygwin.events import *
from pygame.locals import *
from pygwin.font import *
from pygwin._win import *
from pygwin._pg import pg
gamepad = _gp.gamepad(pg)