Peter Barker 3708936c62 global: correct shebang lines to refernce python3
also remove the odd encoding line which is not required in Py3
2025-07-22 10:45:57 +10:00

7 lines
84 B
Python

#!/usr/bin/env python3
def build(bld):
bld.ap_example(
use='ap',
)