#!/bin/sh

python -c 'import logging; logging.basicConfig(); import opcua; print opcua.__doc__'
