Adept.Core.namespace('Adept');

Adept.Config = {

    ADEPT_IMG_URL: '/helloworld/static/img',
    ADEPT_CSS_URL: '',
    ADEPT_JS_URL: '',
    
    LOGGER: '',
    
    DEBUG: true
    
};