ShotImporter

class caqtus.analysis.loading.ShotImporter(*args, **kwargs)

Bases: Protocol, Generic

Protocol for object that can import a value from a shot.

A shot importer is a callable that takes a shot returns a value of generic type T.