mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 13:26:30 +01:00
5 lines
186 B
Python
5 lines
186 B
Python
"""
|
|
This will be the base object type/interface that all scripts are derived from by
|
|
default. It will have the necessary outline for developers to sub-class and override.
|
|
"""
|
|
test = 123
|