File: __init__.py

package info (click to toggle)
mu-editor 1.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,492 kB
  • sloc: python: 33,326; makefile: 154; xml: 32; sh: 7
file content (4 lines) | stat: -rw-r--r-- 48 bytes parent folder | download
1
2
3
4
from .main import Window


__all__ = ["Window"]