haldis/app/hlds/__init__.py

10 lines
359 B
Python
Raw Normal View History

"""
If you want to access the definitions, then just do
>>> from hlds.definitions import location_definitions
2019-12-01 00:04:13 +00:00
These are not imported in this module's init, to avoid opening the definition files and running the
parser on them when testing other code in this module, or when testing the parser on other files.
"""
2019-12-01 00:04:13 +00:00
2022-04-19 20:03:00 +00:00
from .models import Choice, Location, Option