#!/usr/bin/python3

import sys

from pico8 import tool

if __name__ == '__main__':
    sys.exit(tool.main(sys.argv[1:]))
