Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bad48e1627
commit
cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions
18
venv/lib/python3.9/site-packages/twisted/python/constants.py
Normal file
18
venv/lib/python3.9/site-packages/twisted/python/constants.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# -*- test-case-name: twisted.python.test.test_constants -*-
|
||||
# Copyright (c) Twisted Matrix Laboratories.
|
||||
# See LICENSE for details.
|
||||
|
||||
"""
|
||||
Symbolic constant support, including collections and constants with text,
|
||||
numeric, and bit flag values.
|
||||
"""
|
||||
|
||||
from __future__ import division, absolute_import
|
||||
|
||||
# Import and re-export Constantly
|
||||
from constantly import (NamedConstant, ValueConstant, FlagConstant, Names,
|
||||
Values, Flags)
|
||||
|
||||
__all__ = [
|
||||
'NamedConstant', 'ValueConstant', 'FlagConstant',
|
||||
'Names', 'Values', 'Flags']
|
||||
Loading…
Add table
Add a link
Reference in a new issue