blob: f19c55a3ada2c002deb43fec9435f9c3530a93bf [file] [log] [blame]
Simon Hunt17b4bcb2017-06-21 18:46:34 -07001#
2# Copyright 2017-present Open Networking Laboratory
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16#
17
18bundle core.fw.Nav
19
20alias cv core.view
21
22from core.fw.Nav import *
23
24from cv.App import nav_item_app
25from cv.Settings import nav_item_settings
26from cv.Cluster import nav_item_cluster
27from cv.Processor import nav_item_processor
28from cv.Partition import nav_item_partition
29from cv.Topo import nav_item_topo
30from cv.Topo2 import nav_item_topo2
31from cv.Device import nav_item_device
32from cv.Link import nav_item_link
33from cv.Host import nav_item_host
34from cv.Intent import nav_item_intent
35from cv.Tunnel import nav_item_tunnel