jayvdb / sre-tools

Module level import not at the top of the file FLK-E402
Style
Minor
2 years ago2 years old
module level import not at top of file
17limitations under the License.
18"""
19
20from setuptools import find_packages, setup21
22__version__ = "0.0.1"
23