Source code for stalker.models.asset

#-*- coding: utf-8 -*-



from stalker.models import assetBase






########################################################################
[docs]class Asset(assetBase.AssetBase): """The Asset class is the whole idea behind Stalker. """ pass