File: __init__.py

package info (click to toggle)
python-sidpy 0.12.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,988 kB
  • sloc: python: 11,456; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
"""
User interface utilities
"""
from . import interface_utils

__all__ = ['interface_utils']