Hello!
I want to write my own rule by adding omni.asset_validator.core as a dependency, deriving a new class from BaseRuleChecker and using the ValidationRulesRegistry to categorise my rule within the system.
Where/How do I have to save the .py code containing my own rule in order to include it in the Omni Asset Validator UI without coding directly into omni.asset_validator.core or omni.asset_validator.ui extension scripts?
Thank you in advance!