4 lines
84 B
Python
4 lines
84 B
Python
![]() |
from distutils.core import setup
|
||
|
import py2exe
|
||
|
|
||
|
setup(console = ["RecordWindow.py"])
|