source:
wokkel/__init__.py
@
238:a2a4310ded26
Last change on this file since 238:a2a4310ded26 was 232:59f26b03d1a9, checked in by Ralph Meijer <ralphm@…>, 4 years ago | |
---|---|
File size: 272 bytes |
Line | |
---|---|
1 | # Copyright (c) Ralph Meijer. |
2 | # See LICENSE for details |
3 | |
4 | """ |
5 | Wokkel. |
6 | |
7 | Support library for Twisted applications using XMPP protocols. |
8 | """ |
9 | |
10 | from wokkel._version import __version__ as _incremental_version |
11 | |
12 | __version__ = _incremental_version.base() |
13 | |
14 | __all__ = ["__version__"] |
Note: See TracBrowser
for help on using the repository browser.