mirror of
https://github.com/LiteyukiStudio/croterline.git
synced 2026-01-26 05:32:16 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
from multiprocessing import current_process
|
|
|
|
IsMainProcess = current_process().name == "MainProcess"
|