def setup_package(): _setup_package() # Invoke websetup with the current config file SetupCommand('setup-app').run([config['__file__']])
def setup_package(): return _setup_package()