0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-16 15:01:23 +01: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)]