mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
perffff
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
__all__ = ["CommandHandler", "CommandHandlers"]
|
||||
|
||||
from collections.abc import Iterator
|
||||
from typing import Callable, Never
|
||||
from typing import Never
|
||||
|
||||
from argenta.app.protocols import HandlerFunc
|
||||
from argenta.command import Command
|
||||
from argenta.response import Response
|
||||
|
||||
HandlerFunc = Callable[..., None]
|
||||
|
||||
|
||||
class CommandHandler:
|
||||
def __init__(self, handler_as_func: HandlerFunc, handled_command: Command):
|
||||
|
||||
Reference in New Issue
Block a user