**Description** Module level variables should be defined in such a way as to provide access to them in such a way as to enable use as follows: ``` import pyfms calendar_type = pyfms.NOLEAP ```
Description
Module level variables should be defined in such a way as to provide access to them in such a way as to enable use as follows: