unlisted
ubuntu2004# -*- coding: utf-8 -*-12# to avoid running into trouble when admcycles is run from Python3import sage.all45from .stable_graph import StableGraph67from .tautological_ring import TautologicalRing89from .admcycles import (reset_g_n,10psiclass, kappaclass, lambdaclass,11psi_correlator,12sepbdiv, irrbdiv, fundclass,13list_tautgens, tautgens, stgraph, generating_indices,14list_strata,15HurData,16Hidentify, Biell, Hyperell, save_FZrels, load_FZrels, FZ_conjecture_holds,17download_FZ_database)1819from .GRRcomp import DR_phi, generalized_hodge_chern, generalized_hodge_chern_single, generalized_lambda20from .double_ramification_cycle import (Hain_divisor, DR_cycle, DR_cycle_old, DRpoly, ThetaClass)2122from .graph_sum import graph_sum2324from .stratarecursion import Strataclass2526from .witten import Wittenrspin272829