add lookup of relative paths for import hooks, related to #33

This commit is contained in:
2025-06-11 11:45:04 +02:00
parent 7df35ed05d
commit ff450a03de
3 changed files with 29 additions and 2 deletions

5
tests/test_debug.py Normal file
View File

@@ -0,0 +1,5 @@
from delta_barth import _debug as debug
def test_print_info():
debug.print_infos()