calendar-social/calsocial/__main__.py

7 lines
90 B
Python

from calsocial import CalendarSocialApp
app = CalendarSocialApp('calsocial')
app.run()