File: __init__.py

package info (click to toggle)
python-gcal-sync 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 5,289; sh: 9; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
.. include:: ../README.md
"""

__all__ = [
    "api",
    "auth",
    "exceptions",
    "model",
    "store",
    "sync",
    "timeline",
]