OO framework

This commit is contained in:
2026-03-12 20:57:31 +01:00
parent 2cbf6fb98b
commit 241b52f6b1
10 changed files with 953 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#lang racket/base
(provide webview-major
webview-minor
webview-patch
)
(define webview-major 0)
(define webview-minor 1)
(define webview-patch 0)