mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 11:08:21 +00:00
12 lines
260 B
Python
12 lines
260 B
Python
|
|
"""
|
||
|
|
Provides Twisted version information.
|
||
|
|
"""
|
||
|
|
|
||
|
|
# This file is auto-generated! Do not edit!
|
||
|
|
# Use `python -m incremental.update Twisted` to change this file.
|
||
|
|
|
||
|
|
from incremental import Version
|
||
|
|
|
||
|
|
__version__ = Version('Twisted', 18, 9, 0)
|
||
|
|
__all__ = ["__version__"]
|