#-*- coding: utf-8 -*-
from stalker.models import entity
########################################################################
[docs]class Booking(entity.AuditEntity):
"""Booking holds the information about when a user done which task and
spend how many hours on doing that task.
"""
pass