9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
#!/usr/bin/env python
|
||
|
# encoding: utf-8
|
||
|
|
||
|
def build(bld):
|
||
|
bld.ap_program(
|
||
|
use='ap',
|
||
|
program_groups='tools',
|
||
|
)
|