""" | |
CanRun - Universal Game Compatibility Checker | |
Core modules for game compatibility analysis and hardware detection. | |
""" | |
__version__ = "1.0.0" | |
__author__ = "CanRun Team" | |
__description__ = "Universal Game Compatibility Checker for NVIDIA G-Assist" |