1# (C) Copyright 2005-2020 Enthought, Inc., Austin, TX
2# All rights reserved.
3#
4# This software is provided without warranty under the terms of the BSD
5# license included in LICENSE.txt and may be redistributed only under
6# the conditions described in the aforementioned license. The license
7# is also available online at http://www.enthought.com/licenses/BSD.txt
8#
9# Thanks for using Enthought open source!
10""" The implementation of a tree control with a model/ui architecture.
11"""
12
13# Import the toolkit specific version.
14
15
16from pyface.toolkit import toolkit_object
17
18Tree = toolkit_object("tree.tree:Tree")
19