Allow to disable builtin filters for router

This commit is contained in:
jrootjunior 2019-12-13 11:08:33 +02:00
parent ce7b5f70e0
commit 97acf956e9
4 changed files with 37 additions and 6 deletions

View file

@ -0,0 +1,6 @@
class AiogramWarning(Warning):
pass
class CodeHasNoEffect(AiogramWarning):
pass