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

@@ -4,8 +4,7 @@ import json
import sys
import os
from datetime import datetime
from rsc_auth import RSCAuth
from rsc_graphql import RSCGraphQL
from rsc import RSCAuth, RSCGraphQL
from tabulate import tabulate
def find_database_by_name_or_id(identifier):