From 70cf9b4a17abdbfc4874c3ddbefa751eb32547c4 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 26 Oct 2024 12:20:39 +0200 Subject: [PATCH] chore: internals init intended to be empyy Signed-off-by: Jan Kowalleck --- cyclonedx/_internal/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cyclonedx/_internal/__init__.py b/cyclonedx/_internal/__init__.py index 4513dbac..93ec7d3d 100644 --- a/cyclonedx/_internal/__init__.py +++ b/cyclonedx/_internal/__init__.py @@ -20,3 +20,6 @@ !!! ALL SYMBOLS IN HERE ARE INTERNAL. Everything might change without any notice. """ + +# THIS FILE IS INTENDED TO BE EMPTY. +# Put symbols in own modules/packages, not in this file!