This repository contains the boilerplate code for a Python module that allows us to read and write FBX files.
.githubcontains unit tests workflows and everything related to github processes (code owners, pull request template, dependabot...){{package_name}}contains the source files of the package.setup.pytells pip and other python package managers how to install our package..pre-commit-config.yamlcontains our pre-commit hooks to ensure a clean development processrequirements.txtcontains a list of the python packages required by this moduletests/is a folder containing tests to be run with pytest.