Skip to content

Commit 05a201d

Browse files
committed
feat(text): export Markup class from text module
Adds Markup to the list of exported classes from the text module, making it available for direct import from the polykit package.
1 parent 1c49b25 commit 05a201d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polykit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,5 @@
286286
from .files.polyfile import PolyFile
287287
from .log.polylog import PolyLog
288288
from .paths.polypath import PolyPath
289-
from .text import Text, Truncate
289+
from .text import Markup, Text, Truncate
290290
from .time import TZ, Time

0 commit comments

Comments
 (0)