Many Lua implementations allow
MyClass = class()
To cover all the usual metatable stuff, with the convention that
init
will be called if provided.
A standard way to do it will enable easier code sharing and publication.