mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-03 20:38:17 -05:00
7 lines
155 B
Python
7 lines
155 B
Python
import logging
|
|
|
|
|
|
logging.getLogger(__name__).setLevel(logging.INFO)
|
|
|
|
__path__: str = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore
|