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