From bc7fe22ab7b33e43a3fa55c19d2d998c21872474 Mon Sep 17 00:00:00 2001 From: fryerd1 Date: Mon, 26 Jan 2026 15:14:19 +0000 Subject: [PATCH] Add __init__.py explaination --- src/__init__.py | 2 ++ src/python_rap_demo/__init__.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/__init__.py b/src/__init__.py index e69de29..e868914 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -0,0 +1,2 @@ +# The purpose of this file is to mark the directory as a Python package +# so that its modules can be imported. diff --git a/src/python_rap_demo/__init__.py b/src/python_rap_demo/__init__.py index e69de29..21b8685 100644 --- a/src/python_rap_demo/__init__.py +++ b/src/python_rap_demo/__init__.py @@ -0,0 +1,2 @@ +# The purpose of this file is to mark the directory as a Python package +# so that its modules can be imported.