7 lines
80 B
Python
7 lines
80 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import compileall
|
||
|
|
||
|
compileall.compile_dir(".", force=1)
|
||
|
|