mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-13 07:40:18 +00:00
The Python import namespace (coworker) and the live auth config strings are intentionally unchanged.
7 lines
172 B
Rust
7 lines
172 B
Rust
// Prevent a console window on Windows release builds.
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
openworker_desktop_lib::run();
|
|
}
|