0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-07 10:25:40 +02: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)]