frc5183 / Oatmeal

MIT License
2 stars 0 forks source link

Tidy up command loading #66

Open Trip-kun opened 4 months ago

Trip-kun commented 4 months ago

By using the ClassLoader library from java, we should be able to avoid explicitly naming each and ever class, instead being able to dynamically load them all.