File: configshell_fb.py

package info (click to toggle)
python-configshell-fb 1%3A2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 3,207; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Providing backwards compatibility for modules importing 'configshell_fb'

from configshell import ConfigNode, ConfigShell, Console, ExecutionError, Log, Prefs

__all__ = [
    'Console',
    'Log',
    'ConfigNode',
    'ExecutionError',
    'Prefs',
    'ConfigShell',
]