Initial commit with README and example Qt5 window.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*
|
||||
|
||||
import sys
|
||||
import nw
|
||||
|
||||
if __name__ == "__main__":
|
||||
nw.main(sys.argv[1:])
|
||||
Reference in New Issue
Block a user