Chilli935 88ebb8b612
FA18EFG mod support Patch 4 (#3340)
- Corrected banner file types.
- Corrected australia_2005.yaml and usn_2005.yaml
- Added australia_2009.yaml and usn_2009.yaml
2024-03-21 21:52:34 +11:00

22 lines
554 B
Python

from .a4ec import *
from .f104 import *
from .f22a import *
from .f4 import *
from .frenchpack import *
from .hercules import *
from .highdigitsams import *
from .jas39 import *
from .ov10a import *
from .su57 import *
from .uh60l import *
from .fa18efg 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).
"""