1
0

doc: update doc style for sonnet

This commit is contained in:
2026-01-19 19:21:08 +08:00
parent 590645b13c
commit b16c7508f0
4 changed files with 155 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
import _blctas.tasfile
import _blctas # type: ignore
if __name__ == '__main__':
print(dir(_blctas))
from _blctas.tasfile import TasKey, TasFile # type: ignore
from _blctas.tasfile import create, load, save # type: ignore