2020-01-26 00:04:29 +01:00
|
|
|
"""
|
|
|
|
If you want to access the definitions, then just do
|
|
|
|
>>> from hlds.definitions import location_definitions
|
2019-12-01 01:04:13 +01:00
|
|
|
|
2020-01-26 00:04:29 +01: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 01:04:13 +01:00
|
|
|
|
2020-01-26 00:04:29 +01:00
|
|
|
from .models import Location, Choice, Option
|