mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Reorganise the file structure into a project tree
This commit is contained in:
8
app/sso/services/dummy/__init__.py
Normal file
8
app/sso/services/dummy/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from sso.services import BaseService
|
||||
|
||||
class DummyService(BaseService):
|
||||
""" Always passes, good for a test service """
|
||||
pass
|
||||
|
||||
|
||||
ServiceClass = 'DummyService'
|
||||
Reference in New Issue
Block a user