Experimental and minimal Python binding for fst using pyo3
import pyfst
smarter_set = pyfst.FstSet('smarter_encryption.fst')
print(smarter_set)
print(len(smarter_set))
return smarter_set.contains('eff.org')There is no Python binding to build the .fst file.