BashOOP/example/Example.shn

11 lines
334 B
Bash

# Namespace declaration.
namespace Example
# If namespace is set to null (no argument), then the object will be declared globally.
# Otherwise, the object will be declared within the namespace.
# Object declaration, from class name to file name.
class Object "Object.shc"
# Static class declaration
static_class Static "Static.shc"