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