ClassLoader is a library that brings an easy-to-use and clean interface to the object-oriented programming paradigm in Lua.
It aims to help Lua developers write OOP code quickly and easily, without the need for in-depth knowledge of metatables and implementing your own loader.
Visit the Wiki to find helpful information on the usage of this library and more.
Visit the ClassLoader Replit to see it in action.