Import('*')

from Distribute import distadd, instadd

instadd(env, 'txts/*')

distadd(env, 'txts/*')
