4 lines
106 B
Python
4 lines
106 B
Python
from .rest_framework import *
|
|
from .corsheaders import *
|
|
from .simple_jwt import *
|
|
from .drf_yasg import * |