aboutsummaryrefslogtreecommitdiff
path: root/codegen/genitemcomponents.py
blob: 9a4b4961ba8613c8658b1425bc26276a9200807b (plain)
1
2
3
4
5
6
import lib.code.data_components
import lib.code.version

if __name__ == "__main__":
    version_id = lib.code.version.get_version_id()
    lib.code.data_components.generate(version_id)