mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
6 lines
90 B
Python
6 lines
90 B
Python
class AiogramWarning(Warning):
|
|
pass
|
|
|
|
|
|
class CodeHasNoEffect(AiogramWarning):
|
|
pass
|