X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=lightcards%2F__init__.py;h=82a361ea11d496aceee0c217602d22824e3f1ec4;hb=468d491893758e3b9ac532757ea98791303f4a6d;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=3c884626432e00720894132ec86e378f1b92d6ef;p=lightcards.git diff --git a/lightcards/__init__.py b/lightcards/__init__.py index e69de29..82a361e 100644 --- a/lightcards/__init__.py +++ b/lightcards/__init__.py @@ -0,0 +1,4 @@ +import sys +from lightcards.runner import main + +sys.exit(main())