Source code for dazzler.electron._runtime

import sys


[docs]def is_compiled(): return getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')