Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created April 22, 2020 00:55
Show Gist options
  • Save Varriount/bacbcb5af7e75f686249eec3a94195f5 to your computer and use it in GitHub Desktop.
Save Varriount/bacbcb5af7e75f686249eec3a94195f5 to your computer and use it in GitHub Desktop.
import module_b
from module_c import nil
echo HelloFromModuleB
echo module_c.HelloFromModuleC
var HelloFromModuleB* = "Hello! I'm from module B!"
var HelloFromModuleC* = "Hello! I'm from module C!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment