BashOOP/example/Example.shn
2021-12-28 00:44:16 +01:00

8 lines
273 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"