Format code imports

This commit is contained in:
Griatch 2022-11-10 22:21:12 +01:00
parent 1165532260
commit 7d2d8aaa49
361 changed files with 1019 additions and 754 deletions

View file

@ -6,5 +6,6 @@ This is copied directly into the python bin directory and makes the
'evennia' program available on $PATH.
"""
from evennia.server.evennia_launcher import main
from evennia.server.evennia_launcher import main
main()