File: __init__.py

package info (click to toggle)
python-simplenote 2.1.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 164 kB
  • sloc: python: 495; makefile: 116
file content (7 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-

from .simplenote import Simplenote, SimplenoteLoginFailed

__author__ = "Daniel Schauenberg"
__version__ = "2.1.4"
__license__ = "MIT"