BashOOP/example/Example.shn

8 lines
273 B
Bash
Raw Normal View History

2021-12-27 23:44:16 +00:00
# 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"