From 26e2ca8c8d180546992963ea39fbed59af420f01 Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 16 Jun 2025 21:10:21 +0100 Subject: [PATCH] Renamed the library code to be in `src/` to follow conventions --- {PDOLib => src}/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {PDOLib => src}/__init__.py (100%) diff --git a/PDOLib/__init__.py b/src/__init__.py similarity index 100% rename from PDOLib/__init__.py rename to src/__init__.py