File: displaycal-curve-viewer

package info (click to toggle)
displaycal-py3 3.9.16-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,120 kB
  • sloc: python: 115,777; javascript: 11,540; xml: 598; sh: 257; makefile: 173
file content (6 lines) | stat: -rwxr-xr-x 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from DisplayCAL.main import main

main("curve-viewer")