├── .gitignore ├── LICENSE ├── README.md ├── class_form.py ├── config.json └── icon.ico /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DuguSand/class_form/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DuguSand/class_form/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DuguSand/class_form/HEAD/README.md -------------------------------------------------------------------------------- /class_form.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DuguSand/class_form/HEAD/class_form.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DuguSand/class_form/HEAD/config.json -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DuguSand/class_form/HEAD/icon.ico --------------------------------------------------------------------------------