update db
This commit is contained in:
parent
e594116166
commit
7a8e0f2d84
77 changed files with 4 additions and 1 deletions
|
|
@ -18,3 +18,6 @@ build-backend = "uv_build"
|
|||
dev = [
|
||||
"pytest>=9.0.2",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
wiqaya = ["data/*.txt"]
|
||||
|
|
@ -2,7 +2,7 @@ from pathlib import Path
|
|||
from .utils import remove_tashkeel
|
||||
|
||||
|
||||
DATA_DIR = Path(__file__).parent.parent.parent / "data"
|
||||
DATA_DIR = Path(__file__).parent / "data"
|
||||
|
||||
class Wiqaya:
|
||||
def __init__(self, lang: str):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue