Changes between Version 21 and Version 22 of WikiStart
- Timestamp:
- Jul 27, 2021, 2:29:08 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v21 v22 139 139 Your tar.gz file must contain a {{{party.py}}} program in the root of the project, defining a function party() that returns your main class, like this: 140 140 141 Refer to [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPythonPartiesServer/wiki/WikiStart#Installnewparties install new party] to deploy your party.tar.gz on the pythonpartiesserver. 142 143 141 144 {{{ 142 145 from randomparty.RandomParty import RandomParty