gmao/app_new/lib_ext/pronotepy/__init__.py
2026-08-14 16:02:25 +00:00

13 lines
252 B
Python

"""
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 *