test_v1.1

This commit is contained in:
2023-05-23 17:03:23 +08:00
parent 663edbb5e2
commit 4968e6400e
17 changed files with 1 additions and 210 deletions
-8
View File
@@ -1,12 +1,4 @@
# tag::importlib[]
import importlib
# end::importlib[]
__all__ = [
'Encoder',
'get_encoder_by_name',
]
# tag::base_encoder[]
class Encoder: