Merge pull request #3059 from Antrare/patch-5

Update evform.py
This commit is contained in:
Griatch 2023-01-06 22:34:52 +01:00 committed by GitHub
commit 1cb2c4c7f3

View file

@ -61,8 +61,8 @@ Usage
```python
from evennia import EvForm, EvTable
# create a new form from the template
form = EvForm("path/to/testform.py")
# create a new form from the template - using the python path
form = EvForm("path.to.testform")
# alteratively, you can supply the template as a dict: