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

enum for status flag of pool values

This commit is contained in:
Viranch Mehta
2021-09-21 01:54:55 -07:00
parent e737161c76
commit 43e02c916c
6 changed files with 24 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ from __future__ import absolute_import, division, print_function, \
class BaseSource(object):
SUPPORTS_MULTIVALUE_PTR = False
SUPPORTS_POOL_VALUE_UP = False
SUPPORTS_POOL_VALUE_STATUS = False
def __init__(self, id):
self.id = id