1# Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
2# Copyright (C) 2012-2026 German Aerospace Center (DLR) and others.
3# This program and the accompanying materials are made available under the
4# terms of the Eclipse Public License 2.0 which is available at
5# https://www.eclipse.org/legal/epl-2.0/
6# This Source Code may also be made available under the following Secondary
7# Licenses when the conditions for such availability set forth in the Eclipse
8# Public License 2.0 are satisfied: GNU General Public License, version 2
9# or later which is available at
10# https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
11# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
12
13# @file __init__.py
14# @author Matthias Schwamborn
15# @date 2020-02-09
16
17from __future__ import absolute_import
18
19from . import OrderedMultiSet # noqa