mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
It's now possible to specify a Python package with a __main__ module to execute at startup.
3 lines
63 B
Python
3 lines
63 B
Python
import ldmud
|
|
|
|
ldmud.register_efun("startup_called", lambda: 1)
|