mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 13:56:30 +01:00
6 lines
186 B
Python
6 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
|