mirror of
https://github.com/ecmwf/skinnywms.git
synced 2025-12-08 21:00:04 +00:00
6 lines
72 B
Python
Executable File
6 lines
72 B
Python
Executable File
#!/usr/bin/env python3
|
|
from skinnywms.wmssvr import execute
|
|
|
|
|
|
execute()
|