system = input("Filter by system (optional, press Enter to skip): ").strip() system = system if system else None

class MyrientAPI: """Simple text interface for Myrient API"""

def get_file_info_interactive(api: MyrientAPI): """Get file information""" print("\n--- FILE INFORMATION ---") file_id = input("Enter file ID: ").strip() if not file_id: print("File ID cannot be empty") return

if not systems: print("No systems found.") return