Source code for stalker.core.models.booking

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



from stalker.core.models import entity






########################################################################
[docs]class Booking(entity.Entity): """Holds information about the time spend on a specific task by a specific user. """ pass