6 lines
97 B
Python
6 lines
97 B
Python
|
|
def test_init():
|
|
import aider_gitea #noqa: F401
|
|
import aider_gitea.secrets #noqa: F401
|
|
|