Python modules
- The Plom code can be found in one of two places in the project repository:
plom
plom_server
The former contains the code used to build the marking client (still in use) and several tools to run and interact with the “legacy” server. The latter contains the “current” Plom server, using Django.
plom itself is a package and can be imported, while plom_server is not yet packaged (though it’d be nice, see issue #2759).