5 lines
77 B
Python
5 lines
77 B
Python
import mouseinfo
|
|
|
|
if __name__ == '__main__':
|
|
mouseinfo.MouseInfoWindow()
|