summaryrefslogtreecommitdiffstats
path: root/samloader/__main__.py
blob: 3e45b8d627df129e92112de25ab7bf9e1533f0d5 (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2020 nlscc

from .main import main

main()