new api service and logic implemented
This commit is contained in:
7
Events/Engine/set_defaults/setClusters.py
Normal file
7
Events/Engine/set_defaults/setClusters.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import AllEvents.auth as auths_events
|
||||
import AllEvents.events as events_events
|
||||
import AllEvents.validations as validations_events
|
||||
|
||||
|
||||
for event in [*auths_events.__all__, *events_events.__all__, *validations_events.__all__]:
|
||||
print(event)
|
||||
Reference in New Issue
Block a user