AITOOL / ads /__init__.py
NandanData's picture
Upload 54 files
ab3b796 verified
raw
history blame contribute delete
151 Bytes
"""
Ads Package
Exports Google Ads integration classes
"""
from ads.google_ads import GoogleAdsManager
__all__ = [
'GoogleAdsManager'
]