mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-29 05:42:48 +00:00
refactor: extract validation and truth modules from common.py
This commit is contained in:
parent
95e16c9e7a
commit
3c7fc26354
9 changed files with 747 additions and 710 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue