Enter search terms or a module, class or function name.
#-*- coding: utf-8 -*- from stalker.core.models import assetBase ######################################################################## [docs]class Shot(assetBase.AssetBase): """The Shot class to manage Shot data. """ pass