import pygame.cdrom as cdromcdrom.init()cd = cdrom.CD(0) # 0 = first cdrom devicecd.init()cd.eject()cd.quit()cdrom.quit()
No comments:
Post a Comment