1# Copyright (c) 2021 Riverbank Computing Limited <info@riverbankcomputing.com>
2#
3# This file is part of PyQt5.
4#
5# This file may be used under the terms of the GNU General Public License
6# version 3.0 as published by the Free Software Foundation and appearing in
7# the file LICENSE included in the packaging of this file.  Please review the
8# following information to ensure the GNU General Public License version 3.0
9# requirements will be met: http://www.gnu.org/copyleft/gpl.html.
10#
11# If you do not wish to use this file under the terms of the GPL version 3.0
12# then you may purchase a commercial license.  For more information contact
13# info@riverbankcomputing.com.
14#
15# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
16# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17
18
19# Support PyQt5 sub-packages that have been created by setuptools.
20__path__ = __import__('pkgutil').extend_path(__path__, __name__)
21