File: __init__.py

package info (click to toggle)
python-adext 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 240; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
"""AdExt setup.py"""
from .adext import AdExt

__all__ = ["AdExt"]