DonPAPI/lazagne/config/lib/memorpy/structures.py
Pierre-Alexandre Vandewoestyne f27f527410 beta release commit
2021-09-27 11:20:43 +02:00

9 lines
155 B
Python

#!/usr/bin/env python
# -*- coding: UTF8 -*-
import sys
if sys.platform=="win32":
from .WinStructures import *
else:
from .LinStructures import *