1# encoding: utf-8
2"""
3community.py
4
5Created by Thomas Mangin on 2009-11-05.
6Copyright (c) 2009-2017 Exa Networks. All rights reserved.
7License: 3-clause BSD. (See the COPYRIGHT file)
8"""
9
10from exabgp.bgp.message.update.attribute.community.initial.community import Community
11from exabgp.bgp.message.update.attribute.community.initial.communities import Communities
12
13
14# TODO: we should have the common code for the three kind of community separated
15# TODO: and this is what should be used for inheritance.
16