9 lines
130 B
Python

from .country import Country, StrictCountry
from . import config
__all__ = [
"Country",
"StrictCountry",
"config",
]