gmao/app_new/lib_ext/pronotepy/__init__.py

14 lines
252 B
Python
Raw Permalink Normal View History

2026-08-14 18:02:25 +02:00
"""
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 *