Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bad48e1627
commit
cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions
24
venv/lib/python3.9/site-packages/constantly/__init__.py
Normal file
24
venv/lib/python3.9/site-packages/constantly/__init__.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue