Simple-Bookmarking-Service/api/__init__.py

10 lines
126 B
Python
Raw Normal View History

2020-01-19 03:38:52 +00:00
#!/usr/bin/env python3
"""
Creates a python module for the API
Usage: from api import API
"""
from .api import API