move config into dedicated global app

This commit is contained in:
Nick Sweeting
2024-09-30 15:59:05 -07:00
parent ee7f73bd7b
commit 3e5b6ddeae
79 changed files with 494 additions and 525 deletions

View File

@@ -13,7 +13,7 @@ from ..main import (
schedule,
)
from ..util import ansi_to_html
from ..config import ONLY_NEW
from ..config.legacy import ONLY_NEW
from .auth import API_AUTH_METHODS