add stuff to __all__, simplify imports

This commit is contained in:
Daniel 2023-12-07 22:10:39 +01:00
parent 14c1a1c1f6
commit 349bf9f053
5 changed files with 12 additions and 4 deletions

View file

@ -1,4 +1,4 @@
from pytest_abra.runner import Runner, Test
from pytest_abra import Runner, Test
def condition_always_false(env_config: dict[str, str]) -> bool: