mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
5 lines
80 B
Python
5 lines
80 B
Python
#!/usr/bin/env python
|
|
import serve
|
|
|
|
if __name__ == "__main__":
|
|
serve.main()
|