"""nodoctest1all.py -- export of schemes to Sage2"""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 jacobians.all import *2324from hyperelliptic_curves.all import *2526from plane_curves.all import *2728from plane_conics.all import *2930from elliptic_curves.all import *3132from plane_quartics.all import *3334from generic.all import *3536from toric.all import *373839404142