Files
kontur-focus-lib/kontur_focus/__init__.py

5 lines
81 B
Python

from .focus import Focus
from .government_lists import gl
__all__ = [Focus, gl]