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