From 04a634efe43ab535bc11e14f6a3b24b27e38d352 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sun, 10 Mar 2024 05:27:31 +0000 Subject: [PATCH] chore: improve documents --- app/routers/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/routers/__init__.py b/app/routers/__init__.py index e69de29..0b0297d 100644 --- a/app/routers/__init__.py +++ b/app/routers/__init__.py @@ -0,0 +1,3 @@ +""" +Routes collection. +"""