11 lines
200 B
Python
11 lines
200 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2026 Frédéric Tronel
|
|
|
|
|
|
"""
|
|
A tool to cut and reassemble parts of a video at the precision of a single frame.
|
|
"""
|
|
|
|
__version__ = "0.9.0"
|