feat(project_structure): 重构项目目录并添加运行脚本
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
import utils
|
||||
from tokenizer import BpeTokenizer
|
||||
|
||||
__all__ = [
|
||||
"utils",
|
||||
"BpeTokenizer",
|
||||
]
|
||||
Reference in New Issue
Block a user