5 lines
75 B
Python
5 lines
75 B
Python
__all__: list[str] = []
|
|
|
|
# Initialize all handlers
|
|
from .handlers import *
|