aboutsummaryrefslogtreecommitdiffstats
path: root/TSGroupAssigner/__init__.py
blob: 6feef67e2907e0094808215c0dde2a6fa755241f (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-

# version
__version__ = "0.1"

# modules
from .group_assign import GroupAssigner

# utils
from .exceptions import DateException