Improve docstring of Lumi package

This commit is contained in:
Matheus Felipe
2022-12-01 05:34:45 -03:00
committed by GitHub
parent b5dc90c9fc
commit 180bbd1109

View File

@@ -1,5 +1,7 @@
"""
Import main classes and functions from the lumi package
Lumi is a nano framework to convert your python functions
into a REST API without any extra headache.
"""
from lumi.api import Lumi
from lumi.enums import RequestMethod
from lumi.enums import RequestMethod