File: __init__.py

package info (click to toggle)
nyx 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,732 kB
  • sloc: python: 7,055; makefile: 7; sh: 3
file content (13 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
Unit tests for nyx's panel modules.
"""

__all__ = [
  'header',
  'graph',
  'interpreter',
  'log',
  'connection',
  'config',
  'torrc',
]