Python Получите текущее количество потоков

from threading import active_count
active_count()
Ninja Pinguin