Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/sage_setup/autogen/flint/__init__.py
4086 views
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
11
from .env import AUTOGEN_DIR
12
from .writer import write_flint_cython_headers
13
14