4 lines
81 B
Python
Executable file
4 lines
81 B
Python
Executable file
#!/usr/bin/python -OO
|
|
|
|
import compileall
|
|
compileall.compile_dir('.', force=True)
|