Simple-Bookmarking-Service/api/__init__.py
2020-01-18 21:38:52 -06:00

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