File: __init__.py

package info (click to toggle)
mu-editor 1.0.3%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,440 kB
  • sloc: python: 16,321; makefile: 129; xml: 29; sh: 7
file content (4 lines) | stat: -rw-r--r-- 50 bytes parent folder | download | duplicates (3)
1
2
3
4
from .main import Window


__all__ = ['Window', ]