fix test
All checks were successful
Python CI / test (push) Successful in 7m48s

This commit is contained in:
Duncan Tourolle 2025-11-04 23:03:30 +01:00
parent d542f08dd0
commit dfa225fdcb

View File

@ -15,6 +15,6 @@ from .alignment import Alignment
__all__ = [ __all__ = [
"Font", "FontWeight", "FontStyle", "TextDecoration", "Font", "FontWeight", "FontStyle", "TextDecoration",
"AbstractStyle", "AbstractStyleRegistry", "FontFamily", "FontSize", "TextAlign", "AbstractStyle", "AbstractStyleRegistry", "FontFamily", "FontSize",
"ConcreteStyle", "PageStyle", "Alignment" "ConcreteStyle", "PageStyle", "Alignment"
] ]