Skip to content

Commit c60ecbc

Browse files
committed
Fixed test problem
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent b196d6c commit c60ecbc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/lambkin/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
"""LAMBKIN: Localization And Mapping BenchmarKINg SDK."""
2+
3+
from .lambkin import execute_background_process, wait_for_processes
4+
5+
__all__ = [
6+
"execute_background_process",
7+
"wait_for_processes",
8+
]

test/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)