wscript 101 B

1234567
  1. #!/usr/bin/env python
  2. # encoding: utf-8
  3. def build(bld):
  4. bld.ap_example(
  5. use='ap',
  6. )