"""1Plane curves2"""34#*****************************************************************************5#6# Sage: System for Algebra and Geometry Experimentation7#8# Copyright (C) 2005 William Stein <[email protected]>9#10# Distributed under the terms of the GNU General Public License (GPL)11#12# This code is distributed in the hope that it will be useful,13# but WITHOUT ANY WARRANTY; without even the implied warranty of14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU15# General Public License for more details.16#17# The full text of the GPL is available at:18#19# http://www.gnu.org/licenses/20#*****************************************************************************2122from constructor import Curve2324from projective_curve import Hasse_bounds25262728