Features: - Domain management (check, register, renew, contacts) - DNS management (nameservers, records) - Glue records (child nameserver) support - TLD price tracking with KRW conversion - FastAPI REST server with OpenAI schema - MCP server for Claude integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
168 B
Python
4 lines
168 B
Python
from .namecheap import NamecheapAPI, NamecheapConfig, NamecheapError, RegistrantInfo
|
|
|
|
__all__ = ["NamecheapAPI", "NamecheapConfig", "NamecheapError", "RegistrantInfo"]
|