Age | Commit message (Collapse) | Author |
|
It seems like the "simple" way with just the pyi file doesn't work, so
we need to add the py.typed manually.
Also, enjoy this path:
hittekaart/hittekaart-py/hittekaart_py/hittekaart_py.pyi
|
|
|
|
This replaces the set_threads function, and works even better because we
don't rely on a global thread pool!
|
|
|
|
They are actually visible as Python docstrings, so they are useful!
|
|
They are not really visible but useful documentation anyway.
|
|
|
|
We cannot use a Box<dyn Storage> anymore, because the Sqlite connection
is not thread-safe. Therefore, we use a normal enum and open the
connection late.
|
|
|