inclde test/stateful_encode.py in test/__init__.py

This commit is contained in:
jesopo 2020-03-11 17:11:00 +00:00
parent 53d056c3e0
commit 11834debff
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from .tokenise import *
from .format import *
from .stateful_decode import *
from .stateful_encode import *