Python Library Stringtools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stp.build_frame.py 112B

123456
  1. import sys
  2. sys.path.append('../..')
  3. import stringtools
  4. print(repr(stringtools.stp.build_frame(b':message:')))