14 lines
252 B
Python
14 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 *
|