From 9266f00859ce191f0f506d68bc280c1ab8192236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=9E=D0=BB=D0=B8?= =?UTF-8?q?=D1=84=D0=B8=D1=80=D0=B5=D0=BD=D0=BA=D0=BE?= <93195120+PUTENCHIK@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:17:16 +0800 Subject: [PATCH] Create dannyalgorithm.py Test create --- testdir/dannyalgorithm.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testdir/dannyalgorithm.py diff --git a/testdir/dannyalgorithm.py b/testdir/dannyalgorithm.py new file mode 100644 index 0000000..00480ae --- /dev/null +++ b/testdir/dannyalgorithm.py @@ -0,0 +1,3 @@ +class Danny: + def __init__(self): + self.name = "Danny"