mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-14 19:27:53 +00:00
8 lines
84 B
Python
8 lines
84 B
Python
|
|
class AutoTokenizer:
|
||
|
|
"""
|
||
|
|
Undo
|
||
|
|
"""
|
||
|
|
|
||
|
|
def __init__(self):
|
||
|
|
pass
|