stringtools/_examples_/stp.build_frame.py

7 lines
150 B
Python

import sys # nopep8
sys.path.append('../..') # nopep8
import stringtools
print(repr(stringtools.stp.build_frame(b':message:')))