2025-03-16 14:26:18 +08:00

7 lines
84 B
Python

# -*- coding: utf-8 -*-
import os
def get_core_count():
return os.cpu_count()