File: __init__.py

package info (click to toggle)
python-echo 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: python: 2,421; makefile: 148
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
try:
    from .connect import *   # noqa
    from .autoconnect import *  # noqa
except ImportError:
    pass