working on code generation
This commit is contained in:
13
src/constants/frameworks.js
Normal file
13
src/constants/frameworks.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
const FrameWorks = {
|
||||
|
||||
TKINTER: 'tkinter',
|
||||
CUSTOMTK: 'customTk',
|
||||
KIVY: 'kivy',
|
||||
PYSIDE: 'PySide',
|
||||
|
||||
}
|
||||
|
||||
|
||||
export default FrameWorks
|
||||
Reference in New Issue
Block a user