12.2. Modules
As discussed in Section 5.7, Larch can import
modules either written in Larch (with a ‘.lar’ extension) or Python (with a
‘.py’ extension). When importing a Python module, the full set of Python
objects is imported as a Python module, which acts very much like a Larch
Group.