YAC 3.21.0
Yet Another Coupler
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# Copyright (c) 2026 The YAC Authors
2#
3# SPDX-License-Identifier: BSD-3-Clause
4
5# This is a dummy file that makes it possible to reference python
6# stuff from doxygen. The real __init__.py file is generated at
7# configure time from the __init__.py.in file
8
9raise ImportError(
10 """This file is intended solely for documentation and should not be imported.
11 Ensure your Python environment is properly configured.
12 If you use the PYTHONPATH mechanism, it must point to the build directory of YAC."""
13)