From 7e4035b8f1c03c8eeeb6962cf29c574670c694dd Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 10 Aug 2023 09:41:32 -0400 Subject: [PATCH] cephadm: add new, currently empty, cephadmlib package This new package will contain the refactored-into-modules parts of cephadm that currently reside entirely within cephadm.py. Signed-off-by: John Mulligan Pair-programmed-with: Adam King Co-authored-by: Adam King --- src/cephadm/cephadmlib/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/cephadm/cephadmlib/__init__.py diff --git a/src/cephadm/cephadmlib/__init__.py b/src/cephadm/cephadmlib/__init__.py new file mode 100644 index 0000000000000..e69de29bb2d1d -- 2.39.5