YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# Copyright (c) 2024 The YAC Authors
2#
3# SPDX-License-Identifier: BSD-3-Clause
4
5try:
6 from ._yac import *
7except Exception as e:
8 print("Your PYTHONPATH probably points to the source directory of yac/python instead of the build directory.")
9 raise