""" An API wrapper for pronote. """ __title__ = "pronotepy" __author__ = "bain, Xiloe" __license__ = "MIT" __copyright__ = "Copyright (c) bain, Xiloe" __version__ = "2.14.6" from .dataClasses import * from .clients import * from .exceptions import *