forked from gergely/calendar-social
[Refactor] Move the application running code from __init__ to __main__
This commit is contained in:
6
calsocial/__main__.py
Normal file
6
calsocial/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from calsocial import CalendarSocialApp
|
||||
|
||||
|
||||
app = CalendarSocialApp('calsocial')
|
||||
|
||||
app.run()
|
Reference in New Issue
Block a user