This is a simple command line interface to interact with the webling calendar API.
pip install webling_calendarfrom webling_calendar import BaseClass
from webling_calendar import base_function
BaseClass().base_method()
base_function()$ python -m webling_calendar
#or
$ webling_calendarRead the CONTRIBUTING.md file.