# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. from constantly._constants import ( NamedConstant, Names, ValueConstant, Values, FlagConstant, Flags ) from ._version import get_versions __version__ = get_versions()['version'] del get_versions __author__ = "Twisted Matrix Laboratories" __license__ = "MIT" __copyright__ = "Copyright 2011-2015 {0}".format(__author__) __all__ = [ 'NamedConstant', 'ValueConstant', 'FlagConstant', 'Names', 'Values', 'Flags', ]
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 517 B | 0644 |
|
_constants.py | File | 15.71 KB | 0644 |
|
_version.py | File | 472 B | 0644 |
|