whatevefr

This commit is contained in:
Georges-Antoine Assi
2026-04-30 21:01:22 -04:00
parent 699466b37f
commit 580ee4c694

View File

@@ -1,4 +1,5 @@
import enum
import functools
import glob
import json
import os
@@ -134,6 +135,7 @@ class Config:
def __init__(self, **entries):
self.__dict__.update(entries)
@functools.cached_property
def has_structure_path_b(self) -> bool:
pattern = os.path.join(
LIBRARY_BASE_PATH, "*", glob.escape(self.ROMS_FOLDER_NAME)