Files
pyspapi/pyspapi/api/__init__.py

4 lines
52 B
Python

from .api import APISession
__all__ = [APISession]