mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-03-11 22:13:34 +01:00
6 lines
92 B
Python
6 lines
92 B
Python
|
#!/usr/bin/python3
|
||
|
from partitioncloud import app
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
app.run()
|