/usr/bin/cheetah-compile is in python-cheetah 2.4.4-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/usr/bin/python
from Cheetah.CheetahWrapper import _cheetah_compile
_cheetah_compile()
|