mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
added comment and main() call
This commit is contained in:
parent
4bd4147569
commit
b385328fbc
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# Window interface to (some of) the CD player's vital audio functions
|
||||
|
||||
import cd
|
||||
import stdwin
|
||||
from stdwinevents import *
|
||||
|
@ -91,3 +93,5 @@ def getgeo(win):
|
|||
v1 = top + (bottom - top) / 3
|
||||
v2 = top + (bottom - top) * 2 / 3
|
||||
return left, top, right, bottom, v1, v2
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue