From 7b8168c829acfc894198a2c0f66f94d5fcd2cb55 Mon Sep 17 00:00:00 2001 From: petr Date: Thu, 28 Sep 2023 22:21:26 +0300 Subject: [PATCH] Finis the first home task https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/01.html --- .idea/workspace.xml | 45 +++++++++++++++++++++++++++++++++----------- LICENSE | 7 +++++++ README.md | 39 +++++++++++++++++++++++++++++++++++++- controls/__init__.py | 20 ++++++++++++++++++++ pyproject.toml | 5 ++++- requirements.txt | 3 +++ 6 files changed, 106 insertions(+), 13 deletions(-) create mode 100644 LICENSE create mode 100644 controls/__init__.py create mode 100644 requirements.txt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index befba99..3105702 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,26 @@