Bump: lbc ->1.1.0

Changed: 'models' folder has been renamed to 'model'
This commit is contained in:
etienne-hd
2025-12-24 16:23:05 +01:00
parent dfbbcbdbbb
commit 19bd8976ce
7 changed files with 8 additions and 8 deletions

2
model/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .search import Search
from .parameters import Parameters