Files
home-bro-brain/venv_piper/lib/python3.12/site-packages/piper/const.py
T

6 lines
106 B
Python

"""Constants"""
PAD = "_" # padding (0)
BOS = "^" # beginning of sentence
EOS = "$" # end of sentence