Добавлена базовая структура проекта Telegram-бота (handlers, config, memory)

This commit is contained in:
grigorij
2026-06-10 22:51:56 +04:00
parent 1196a8a795
commit 2c6f82bfb5
15 changed files with 94 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<list>
<option value="aiogram" />
<option value="python-dotenv" />
</list>
</option>
</inspection_tool>
</profile>
</component>