#!/usr/bin/python3

import libcamera

print(f'libcamera {libcamera.CameraManager.version} imported')

print('Test OK')
