This commit is contained in:
@@ -5,7 +5,8 @@ Tests the Font class and style enums for proper functionality and immutability.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from pyWebLayout.style import Font, FontStyle, FontWeight, TextDecoration, Alignment
|
||||
from pyWebLayout.style import Font, FontStyle, FontWeight, TextDecoration
|
||||
from pyWebLayout.style import Alignment
|
||||
|
||||
|
||||
class TestStyleObjects(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user