forked from CGM_Public/pretix_original
* Create __init__.py * Create formats.py for Canadian English Referencing: https://github.com/pretix/pretix/discussions/3842 Based on: - https://github.com/pretix/pretix/blob/master/src/pretix/helpers/formats/en_US/formats.py (for time formatting and structure) - https://github.com/django/django/blob/main/django/conf/locale/fr_CA/formats.py (For dates) * Update __init__.py --------- Co-authored-by: Raphael Michel <mail@raphaelmichel.de>