Added basic GTK window handling

This commit is contained in:
Qubasa
2023-11-25 01:55:01 +01:00
parent d73236a62d
commit 0a7496835d
6 changed files with 225 additions and 17 deletions

View File

@@ -25,4 +25,4 @@ ignore_missing_imports = true
line-length = 88
select = ["E", "F", "I", "N"]
ignore = ["E501", "E402"]
ignore = ["E501", "E402", "N802"]