1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-22 16:34:18 +00:00
io-beep-boop/io_beep_boop/api/__init__.py
2022-04-28 05:05:05 +02:00

6 lines
233 B
Python

"""
This module defines the models used by the `IO App API <https://developer.io.italia.it/openapi.html>`_, and defines a client to interact with the API in a (kind of) Pythonic way.
"""
from .client import *
from .models import *