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