Dan Albert e3ee988225 Move mod vehicle registration to a decorator.
This cruft doesn't need to be in game.db, it can be kept with the mod
support code.
2022-02-18 12:54:41 -08:00

19 lines
492 B
Python

from .a4ec import *
from .f104 import *
from .f22a import *
from .frenchpack import *
from .hercules import *
from .highdigitsams import *
from .jas39 import *
from .su57 import *
from .uh60l import *
def load_mods() -> None:
"""Loads all mods.
Note that this function doesn't *do* anything. Its purpose is to prevent editors
from removing `import pydcs_extensions` when it is "unused", because mod imports
have side effects (unit types are registered with pydcs).
"""