const.py added docstring

Remove pylint warning about

C0114: Missing module docstring (missing-module-docstring)
This commit is contained in:
Rodolfo García Peñas (kix) 2020-11-01 08:22:44 +01:00
parent 3be65bf5dd
commit 9f34b14f72

View File

@ -1,8 +1,9 @@
# Copyright (C) 2013-2014 Eygene A. Ryabinkin and contributors
#
# Collection of classes that implement const-like behaviour
# for various objects.
"""
Copyright (C) 2013-2014 Eygene A. Ryabinkin and contributors
Collection of classes that implement const-like behaviour
for various objects.
"""
import copy