#-*- coding: utf-8 -*-
from stalker.models import entity
########################################################################
[docs]class AssetBase(entity.Entity):
"""This is the base class for Shot and Asset classes.
"""
pass