Import('*')

from Distribute import distadd, instadd

instadd(env, 'worlds/*')

distadd(env, 'worlds/*')

