diff options
Diffstat (limited to 'vk/tracking/db/__init__.py')
-rw-r--r-- | vk/tracking/db/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vk/tracking/db/__init__.py b/vk/tracking/db/__init__.py new file mode 100644 index 0000000..9e6b74a --- /dev/null +++ b/vk/tracking/db/__init__.py @@ -0,0 +1,7 @@ +# Copyright 2016 Egor Tensin <Egor.Tensin@gmail.com> +# This file is licensed under the terms of the MIT License. +# See LICENSE.txt for details. + +from .format import Format + +__all__ = 'format' |