diff --git a/src/cloudns/types.py b/src/cloudns/custom_types.py similarity index 100% rename from src/cloudns/types.py rename to src/cloudns/custom_types.py diff --git a/src/cloudns/main.py b/src/cloudns/main.py index f7cc119..cb0460a 100644 --- a/src/cloudns/main.py +++ b/src/cloudns/main.py @@ -7,7 +7,7 @@ from typing import Any from typing_extensions import Sequence from .logger import setup_logging, getLogger -from .types import Config +from .custom_types import Config from . import cloudns