From 5d9f1fcc26d9090e2250fc39543dbff00abf8d3a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 17 Jun 2016 06:32:46 +0300 Subject: add basic "online periods" extraction --- vk/utils/tracking/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vk/utils/tracking/__init__.py') diff --git a/vk/utils/tracking/__init__.py b/vk/utils/tracking/__init__.py index 2e8b02e..8934d94 100644 --- a/vk/utils/tracking/__init__.py +++ b/vk/utils/tracking/__init__.py @@ -2,6 +2,7 @@ # This file is licensed under the terms of the MIT License. # See LICENSE.txt for details. +from .online_periods import OnlinePeriodEnumerator from .status_tracker import StatusTracker -__all__ = 'status_tracker', +__all__ = 'online_periods', 'status_tracker', -- cgit v1.2.3