# -*- coding: utf-8 -*-
from gi.repository import Gtk
from base import basePanel

class favsPanel(basePanel):
 def __init__(self, parent, name):
  super(favsPanel, self).__init__(parent, name)
  self.type = "favourites_timeline"