Terarea
2
The automation project
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
"""
2
The file to export every endpoints class
3
"""
4
5
from
.bonus
import
Bonus
6
from
.services
import
Services
7
from
.user_endpoints
import
UserEndpoints
8
from
.mandatory
import
Mandatory
9
from
.applets
import
Applets
10
11
__all__ = [
12
"Bonus"
,
13
"Services"
,
14
"Mandatory"
,
15
"UserEndpoints"
,
16
"Applets"
17
]
app
back
server
src
lib
components
endpoints
__init__.py
Generated on Sat Feb 22 2025 14:36:42 for Terarea by
1.12.0