mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-20 18:52:49 +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
|
|
@ -16,7 +16,8 @@ import os
|
|||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
from common import diff_platform_truth, list_registered_platforms, load_platform_config
|
||||
from common import list_registered_platforms, load_platform_config
|
||||
from truth import diff_platform_truth
|
||||
|
||||
try:
|
||||
import yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue