mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
refactor: extract validation and truth modules from common.py
This commit is contained in:
@@ -14,13 +14,13 @@ import sys
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
from common import (
|
||||
generate_platform_truth,
|
||||
list_registered_platforms,
|
||||
load_database,
|
||||
load_emulator_profiles,
|
||||
load_platform_config,
|
||||
load_target_config,
|
||||
)
|
||||
from truth import generate_platform_truth
|
||||
|
||||
try:
|
||||
import yaml
|
||||
|
||||
Reference in New Issue
Block a user