summaryrefslogtreecommitdiffstats
path: root/samloader/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'samloader/__main__.py')
-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()