File: __init__.py

package info (click to toggle)
python-twitchapi 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: python: 6,877; javascript: 13; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#  Copyright (c) 2023. Lena "Teekeks" During <info@teawork.de>
"""
Objects used by this Library
----------------------------

.. toctree::
   :hidden:
   :maxdepth: 1

   twitchAPI.object.base
   twitchAPI.object.api
   twitchAPI.object.eventsub

.. autosummary::

   base
   api
   eventsub

"""

__all__ = []