Skip to content

Commit

Permalink
Add __all__ attributes to icalendar modules
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d33ngr committed Jun 30, 2024
1 parent 644e477 commit a1828c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/icalendar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@

# Switching the timezone provider
from icalendar.timezone import use_pytz, use_zoneinfo


__all__ = ['Calendar', 'Event', 'Todo', 'Journal', 'Timezone', 'TimezoneStandard', 'TimezoneDaylight', 'FreeBusy', 'Alarm',
'ComponentFactory', 'vBinary', 'vBoolean', 'vCalAddress', 'vDatetime', 'vDate', 'vDDDTypes', 'vDuration',
'vFloat, 'vInt', 'vPeriod','vWeekday', 'vFrequency', 'vRecur', 'vText', 'vTime', 'vUri', 'vGeo', 'vUTCOffset',
'vTypesFactory', 'Parameters', 'q_split', 'q_join', 'use_pytz', 'use_zoneinfo']

0 comments on commit a1828c6

Please sign in to comment.