Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b385328

Browse files
committed
added comment and main() call
1 parent 4bd4147 commit b385328

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Demo/sgi/cd/cdwin.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Window interface to (some of) the CD player's vital audio functions
2+
13
import cd
24
import stdwin
35
from stdwinevents import *
@@ -91,3 +93,5 @@ def getgeo(win):
9193
v1 = top + (bottom - top) / 3
9294
v2 = top + (bottom - top) * 2 / 3
9395
return left, top, right, bottom, v1, v2
96+
97+
main()

0 commit comments

Comments
 (0)