// SPDX-License-Identifier: GPL-3.0-or-later
//!
//! *Part of the wider OpenTimeline project*
//!
//! This library crate provides the GUI parts of the GUI application. It is
//! used to build the OpenTimeline native GUI application.
//!
pub use OpenTimelineApp;
pub use Config;
pub use DEFAULT_WINDOW_SIZES;
extern crate log;