mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
8 lines
111 B
Python
8 lines
111 B
Python
#!/usr/sbin/python
|
|
# KVMD-ARMBIAN
|
|
|
|
from kvmd.helpers.unlock import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|