mirror of
https://github.com/Tanmoy741127/lumi.git
synced 2022-12-02 00:02:32 +03:00
Improve docstring of Lumi package
This commit is contained in:
@@ -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.api import Lumi
|
||||||
from lumi.enums import RequestMethod
|
from lumi.enums import RequestMethod
|
||||||
|
|||||||
Reference in New Issue
Block a user