]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
mjo/all.py,mjo/clan/all.py: export user-facing clan bits
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Feb 2026 14:31:13 +0000 (09:31 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Feb 2026 14:31:13 +0000 (09:31 -0500)
mjo/all.py
mjo/clan/all.py [new file with mode: 0644]

index 7c296df442dbe87a954d102706f5eebc00644f54..79b2be8f7ec10b115e3cbfe29b123edc6fde02cf 100644 (file)
@@ -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 (file)
index 0000000..ffc0677
--- /dev/null
@@ -0,0 +1,4 @@
+r"""
+All user-facing imports from mjo.clan.
+"""
+from mjo.clan.clan import Clans, HnClan, SnClan, VinbergClan