OSL ‐ Import - Mistium/Origin-OS GitHub Wiki

Importing modules

What is a module?

Modules

How to use and import modules

To import a module from the default directory, use

import "module_name" from "packages"
// when you install a module it goes to the packages folder

Check out the documentation for the specific module you are using