diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2022-06-17 20:14:56 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2022-06-17 20:14:56 +0200 |
commit | 13ae96092f144a628484d9995ac5bd75b3369f59 (patch) | |
tree | aa5506abd320f4861dd8dc9f799b432a2786f02c /gerbolyze/__main__.py | |
parent | 44fe22b6d4b8dc32cacd8f00dac8bf931625d364 (diff) | |
download | gerbolyze-13ae96092f144a628484d9995ac5bd75b3369f59.tar.gz gerbolyze-13ae96092f144a628484d9995ac5bd75b3369f59.tar.bz2 gerbolyze-13ae96092f144a628484d9995ac5bd75b3369f59.zip |
cli: Allow direct calling of the module via python -m gerbolyze
Diffstat (limited to 'gerbolyze/__main__.py')
-rw-r--r-- | gerbolyze/__main__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gerbolyze/__main__.py b/gerbolyze/__main__.py new file mode 100644 index 0000000..1aa5fe0 --- /dev/null +++ b/gerbolyze/__main__.py @@ -0,0 +1,2 @@ +import gerbolyze +gerbolyze.cli() |