1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Pull out rest of record into specific files

This commit is contained in:
Ross McFarland
2023-01-02 14:33:44 -05:00
parent 2c9c0518a5
commit 965ee566bb
12 changed files with 1568 additions and 1466 deletions

View File

@@ -46,8 +46,8 @@ from octodns.record import (
UrlfwdValue,
ValidationError,
ValuesMixin,
_ChunkedValue,
)
from octodns.record.chunked import _ChunkedValue
from octodns.record.dynamic import _Dynamic, _DynamicPool, _DynamicRule
from octodns.record.target import _TargetValue
from octodns.zone import Zone