5 lines
64 B
Python
5 lines
64 B
Python
|
from . import get
|
||
|
from . import post
|
||
|
|
||
|
__all__ = ["get", "post"]
|