5 lines
83 B
Python
5 lines
83 B
Python
import sys
|
|
|
|
|
|
portable = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')
|