stringtools/_examples_/stp.build_frame.py

7 lines
112 B
Python
Raw Normal View History

2021-01-03 21:04:15 +01:00
import sys
sys.path.append('../..')
import stringtools
print(repr(stringtools.stp.build_frame(b':message:')))