# -*- coding: utf-8 -*- """ Fitbit API Library ------------------ :copyright: 2012-2019 ORCAS. :license: BSD, see LICENSE for more details. """ from .api import Fitbit, FitbitOauth2Client # Meta. __title__ = 'fitbit' __author__ = 'Issac Kelly and ORCAS' __author_email__ = 'bpitcher@orcasinc.com' __copyright__ = 'Copyright 2012-2017 ORCAS' __license__ = 'Apache 2.0' __version__ = '0.3.1' __release__ = '0.3.1' # Module namespace. all_tests = []