Simple-Bookmarking-Service/api/__init__.py

10 lines
126 B
Python

#!/usr/bin/env python3
"""
Creates a python module for the API
Usage: from api import API
"""
from .api import API