File: dioptas.py

package info (click to toggle)
dioptas 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 163,396 kB
  • sloc: python: 28,770; makefile: 24; xml: 9; sh: 3
file content (9 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
from dioptas import main


if __name__ == '__main__':
    main()