#!/usr/bin/ruby -w
# Encoding: UTF-8
# frozen_string_literal: true
# =========================================================================== #
require 'gtk_paradise/widgets/gtk3/notebook_controller/notebook_controller.rb'

Gtk::NotebookController.new(ARGV)