You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
307 B
Python
10 lines
307 B
Python
from __future__ import absolute_import
|
|
|
|
# flake8: noqa
|
|
|
|
# import apis into api package
|
|
from swagger_client.api.disziplin_api import DisziplinApi
|
|
from swagger_client.api.ergebnis_api import ErgebnisApi
|
|
from swagger_client.api.riege_api import RiegeApi
|
|
from swagger_client.api.schueler_api import SchuelerApi
|