aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vk/tracking/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'vk/tracking/__init__.py')
-rw-r--r--vk/tracking/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vk/tracking/__init__.py b/vk/tracking/__init__.py
index 0f9c422..cfc80ea 100644
--- a/vk/tracking/__init__.py
+++ b/vk/tracking/__init__.py
@@ -2,7 +2,7 @@
# This file is licensed under the terms of the MIT License.
# See LICENSE.txt for details.
-from .online_streaks import OnlineStreakEnumerator
+from .online_streaks import OnlineStreakEnumerator, Weekday
from .status_tracker import StatusTracker
-__all__ = 'online_streaks', 'status_tracker',
+__all__ = 'online_streaks', 'status_tracker',