# vim:syntax=python
from numscons import GetNumpyEnvironment

env = GetNumpyEnvironment(ARGUMENTS)
env.NumpyCtypes('hello', 'hello.c')
