#!/usr/bin/python3.13
# -*- coding: utf-8 -*-

from DisplayCAL.main import main

main()
