From: Michael Orlitzky Date: Sat, 21 Feb 2026 14:31:13 +0000 (-0500) Subject: mjo/all.py,mjo/clan/all.py: export user-facing clan bits X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=0119f161837dedfc8dfad54b232c2ea592fd4939;p=sage.d.git mjo/all.py,mjo/clan/all.py: export user-facing clan bits --- diff --git a/mjo/all.py b/mjo/all.py index 7c296df..79b2be8 100644 --- a/mjo/all.py +++ b/mjo/all.py @@ -4,6 +4,7 @@ in his script. Instead, he can just `from mjo.all import *`. """ from mjo.basis_repr import * +from mjo.clan.all import * from mjo.cone.all import * from mjo.eja.all import * from mjo.interpolation import * diff --git a/mjo/clan/all.py b/mjo/clan/all.py new file mode 100644 index 0000000..ffc0677 --- /dev/null +++ b/mjo/clan/all.py @@ -0,0 +1,4 @@ +r""" +All user-facing imports from mjo.clan. +""" +from mjo.clan.clan import Clans, HnClan, SnClan, VinbergClan