forked from gergely/calendar-social
7 lines
90 B
Python
7 lines
90 B
Python
|
from calsocial import CalendarSocialApp
|
||
|
|
||
|
|
||
|
app = CalendarSocialApp('calsocial')
|
||
|
|
||
|
app.run()
|