More flat project structure #938
Labels
3.x
Issue or PR for stable 3.x version
breaking
This breaks backwards-compatibility
code style
Changes in code style
Milestone
Breaking!
Move packages with great nesting into root package level:
aiogram.dispatcher.filters
->aiogram.filters
aiogram.dispatcher.fsm
->aiogram.fsm
aiogram.dispatcher.handler
->aiogram.handler
aiogram.dispatcher.webhook
->aiogram.webhook
aiogram.dispatcher.flags/*
->aiogram.dispatcher.flags
(single module instead of package)Should be changed in 3.0b4
The text was updated successfully, but these errors were encountered: