6 lines
76 B
Python
Executable File
6 lines
76 B
Python
Executable File
#!/usr/bin/python2
|
|
|
|
import compileall
|
|
|
|
compileall.compile_dir(".", force=1)
|