lib/starlark_compiler.rb in starlark_compiler-0.2.0 vs lib/starlark_compiler.rb in starlark_compiler-0.3.0

- old
+ new

@@ -4,7 +4,8 @@ module StarlarkCompiler class Error < StandardError; end require_relative 'starlark_compiler/ast' + require_relative 'starlark_compiler/build_file' require_relative 'starlark_compiler/writer' end