10 lines
126 B
Python
Raw Normal View History

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