#!/bin/sh

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