6 lines
99 B
Python
6 lines
99 B
Python
from css import UserMadeSheet, TAG, Writer
|
|
|
|
print(TAG(UserMadeSheet.Paragraph))
|
|
|
|
print(Writer.log)
|