diff options
Diffstat (limited to 'pyinflux/test/__init__.py')
-rw-r--r-- | pyinflux/test/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyinflux/test/__init__.py b/pyinflux/test/__init__.py new file mode 100644 index 0000000..b259470 --- /dev/null +++ b/pyinflux/test/__init__.py @@ -0,0 +1,2 @@ +from .test_parser import * +from .test_client import *
\ No newline at end of file |