мелкие правки

This commit is contained in:
2024-08-20 18:23:31 +03:00
parent 9c9c93edf5
commit f5e15868f3
3 changed files with 7 additions and 4 deletions

View File

@@ -22,4 +22,5 @@ class Singleton(metaclass=SingletonMeta):
"_fsm_storage": MemoryStorage(),
"_routers": [],
"_outer_message_middlewares": [],
"metainfo": {},
}