aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/python/extension.lux
blob: 3bc0a0887af2c948dda53f405cf01e9ec25573b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(.module:
  [lux #*
   [data
    [collection
     ["." dictionary]]]]
  [//
   [runtime (#+ Bundle)]]
  [/
   ["." common]])

(def: #export bundle
  Bundle
  common.bundle)