aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vk/tracking/db/__init__.py
blob: 8019244417f4429a2e431a96414c08c40d765d8d (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
# This file is part of the "VK scripts" project.
# For details, see https://github.com/egor-tensin/vk-scripts.
# Distributed under the MIT License.

from .format import Format

__all__ = 'format'