1#***************************************************************************** 2# Copyright (C) 2023 Vincent Delecroix <[email protected]> 3# 4# This program is free software: you can redistribute it and/or modify 5# it under the terms of the GNU General Public License as published by 6# the Free Software Foundation, either version 2 of the License, or 7# (at your option) any later version. 8# http://www.gnu.org/licenses/ 9#***************************************************************************** 10 11from .env import AUTOGEN_DIR 12from .writer import write_flint_cython_headers 13 14