Skip to content

Commit

Permalink
Add UnihanOptions to tests.types
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 10, 2023
1 parent fe12b2b commit 5f2e688
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/types.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""Typings for unihan-db tests."""
import pathlib
import typing as t


class UnihanOptions(t.TypedDict):
"""Unihan options dictionary."""

source: pathlib.Path
work_dir: pathlib.Path
zip_path: pathlib.Path

0 comments on commit 5f2e688

Please sign in to comment.