mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
4 lines
80 B
Python
4 lines
80 B
Python
#!/usr/bin/env python3
|
|
from app.tests.tests import test_user
|
|
print(test_user())
|