File: __main__.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 (9 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
from mu.app import run


def main():
    run()


if __name__ == "__main__":
    main()