mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
7 lines
188 B
Python
7 lines
188 B
Python
import os
|
|
|
|
from aqt import helper
|
|
|
|
|
|
# Early load custom configuration for test because it is Borg/Singleton
|
|
helper.Settings(os.path.join(os.path.dirname(__file__), "data", "settings.ini")) |