Commit Graph

3 Commits

Author SHA1 Message Date
Jonathon Broughton 3db077d150 Refactor imports for clarity and organisation
- Removed unnecessary imports from the main module.
- Consolidated import statements for `FunctionInputs` and `automate_function`.
- Updated test file to reflect new import paths.
2025-03-24 13:38:56 +00:00
Jonathon Broughton 99f43e6b3e Add project configuration files and clean up code
- Added .gitignore to exclude IDE-specific files.
- Created inspection profiles for code quality checks.
- Set up project metadata in various XML files.
- Removed unused dependencies from the lock file.
- Refactored main.py to streamline function calls and imports.
2025-03-23 17:05:51 +00:00
Jonathon Broughton 188148c69f Initial commit 2025-01-24 21:24:28 +00:00