Source code for LOGS.Entities.TrackData

from LOGS.Entity.SerializeableContent import SerializeableContent


[docs] class TrackData(SerializeableContent):
[docs] def fetchFull(self): raise NotImplementedError( "Specific %a class for this track type is not implemented yet." % type(self).__name__ )