4 lines
86 B
Python
4 lines
86 B
Python
from .register import *
|
|
from .login import *
|
|
from .edit import *
|
|
from .delete import * |