diff options
Diffstat (limited to 'vk/utils/tracking/db/__init__.py')
-rw-r--r-- | vk/utils/tracking/db/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vk/utils/tracking/db/__init__.py b/vk/utils/tracking/db/__init__.py index e69de29..9e6b74a 100644 --- a/vk/utils/tracking/db/__init__.py +++ b/vk/utils/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' |