mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2024-11-22 08:24:18 +00:00
6 lines
233 B
Python
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 *
|