12 lines
255 B
Python
12 lines
255 B
Python
|
# Copyright (c) Twisted Matrix Laboratories.
|
||
|
# See LICENSE for details.
|
||
|
|
||
|
# This is an auto-generated file. Do not edit it.
|
||
|
|
||
|
"""
|
||
|
Provides Twisted version information.
|
||
|
"""
|
||
|
|
||
|
from twisted.python import versions
|
||
|
version = versions.Version('twisted', 14, 0, 0)
|