# classy **Repository Path**: dlnuxjy/classy ## Basic Information - **Project Name**: classy - **Description**: No description available - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-07 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README classy is a very simple class system for lua licensed under the MIT license. It supports inheritance, and calling functions from base classes using the 'super' table inside of classes. See example.lua for a usage example.