Add files via upload

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

4
pygwin/events.py Normal file
View file

@ -0,0 +1,4 @@
from pygwin._pg import pg as _pg
def getEvents():
return _pg.event.get()