summaryrefslogtreecommitdiffstats
path: root/samloader
diff options
context:
space:
mode:
authornlscc <66028747+nlscc@users.noreply.github.com>2020-10-07 19:33:14 +0200
committernlscc <66028747+nlscc@users.noreply.github.com>2020-10-07 19:33:14 +0200
commit625952133ed4ad2e2ba0420726ceef91a754b338 (patch)
treed015acac01677348edf4ac06f4c73d2e15b910f5 /samloader
parentimprove help (diff)
downloadsamloader-625952133ed4ad2e2ba0420726ceef91a754b338.tar
samloader-625952133ed4ad2e2ba0420726ceef91a754b338.tar.gz
samloader-625952133ed4ad2e2ba0420726ceef91a754b338.tar.bz2
samloader-625952133ed4ad2e2ba0420726ceef91a754b338.tar.lz
samloader-625952133ed4ad2e2ba0420726ceef91a754b338.tar.xz
samloader-625952133ed4ad2e2ba0420726ceef91a754b338.tar.zst
samloader-625952133ed4ad2e2ba0420726ceef91a754b338.zip
Diffstat (limited to 'samloader')
-rw-r--r--samloader/__main__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/samloader/__main__.py b/samloader/__main__.py
new file mode 100644
index 0000000..3e45b8d
--- /dev/null
+++ b/samloader/__main__.py
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2020 nlscc
+
+from .main import main
+
+main()