1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-23 00:44:18 +00:00
io-beep-boop/io_beep_boop/api/__init__.py

7 lines
233 B
Python
Raw Normal View History

2022-04-28 03:05:05 +00:00
"""
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 *