bittensor
bittensor copied to clipboard
Abstract level for `bittensor/commands/module:class`
The current task will cover 2 goals:
- Avoiding multiple code duplication
- Maintaining strict class architectures for creating command classes.
AC:
- [ ] The classes of all modules of the command sub-package will be created based on one class
- [ ] Code duplication will disappear
- [ ] All commands must receive an instance of the
subtensoras an argument to avoid creating it every time.