1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-10 09:56:49 +00:00
synapse/synmark/suites/__init__.py

4 lines
85 B
Python
Raw Normal View History

from . import logging
SUITES = [(logging, 1000), (logging, 10000), (logging, None)]