summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-02-18 20:37:30 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-02-18 20:37:30 -0600
commitc4bafa375d8aa387201a6f622aff3d22f1753b31 (patch)
tree8c17fb9aec5c6e930c13f312a561bf0be09e5e55 /src
parent0259f32e880041e3fbfd7bfba2698723c71700c8 (diff)
add simple test feature
Diffstat (limited to 'src')
-rw-r--r--src/pyssg/__main__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pyssg/__main__.py b/src/pyssg/__main__.py
deleted file mode 100644
index 5213889..0000000
--- a/src/pyssg/__main__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from .pyssg import main
-
-
-# since this is not used as a package, rather it's used as a command line tool,
-# this is never called because pyssg:main is called directly when running pyssg
-if __name__ == '__main__':
- main()