File: __init__.py

package info (click to toggle)
mu-editor 1.0.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,048 kB
  • sloc: python: 16,322; makefile: 129; xml: 29; sh: 11
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', ]