7 lines
112 B
Python
7 lines
112 B
Python
|
import sys
|
||
|
sys.path.append('../..')
|
||
|
|
||
|
import stringtools
|
||
|
|
||
|
print(repr(stringtools.stp.build_frame(b':message:')))
|