7 lines
67 B
Python
7 lines
67 B
Python
from teal.auth import TokenAuth
|
|
|
|
|
|
class Auth(TokenAuth):
|
|
pass
|
|
|