diff --git a/.gitignore b/.gitignore index 168d3b3..8c374a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ api/payload.json update.json .vscode .idea -venv \ No newline at end of file +venv +*.rdb \ No newline at end of file diff --git a/bot/handlers/__init__.py b/bot/handlers/__init__.py new file mode 100644 index 0000000..0a439d6 --- /dev/null +++ b/bot/handlers/__init__.py @@ -0,0 +1 @@ +import routing \ No newline at end of file