"""constants to be used in base module"""

# default provider placeholder
# using `example.org` we make sure that this
# is not going to be resolved during the tests phases
# (we expect testers to add it to their /etc/hosts

DEFAULT_TEST_PROVIDER = "testprovider.example.org"