1
# Copyright 2009-2011 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
9
from canonical.launchpad.webapp.interfaces import ILaunchpadApplication
12
class IFeedsApplication(ILaunchpadApplication):
13
"""Launchpad Feeds application root."""