Consolidate RSC funcs

This commit is contained in:
2025-11-14 17:45:11 +00:00
parent 7c0dfd0e14
commit 33358c76ec
6 changed files with 111 additions and 117 deletions

View File

@@ -6,8 +6,7 @@ import os
import argparse
import time
from datetime import datetime
from rsc_auth import RSCAuth
from rsc_graphql import RSCGraphQL
from rsc import RSCAuth, RSCGraphQL
def parse_options_file(options_file):
"""Parse the options file containing Oracle parameters"""