2021-04-19 16:23:50 +02:00
|
|
|
"""
|
|
|
|
This module imports all the routes that return something to the frontend.
|
2021-04-21 18:47:18 +02:00
|
|
|
"""
|
|
|
|
|
2021-04-22 18:46:41 +02:00
|
|
|
from .doa import page_doa
|
2021-04-25 16:33:12 +02:00
|
|
|
from .users import *
|
|
|
|
from .repository import *
|