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

if __name__ == '__main__':
    version_id = lib.code.version.get_version_id()
    lib.code.item_components.generate(version_id)