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