mirror of
https://github.com/login-securite/DonPAPI
synced 2025-04-11 03:32:47 +00:00
9 lines
155 B
Python
9 lines
155 B
Python
#!/usr/bin/env python
|
|
# -*- coding: UTF8 -*-
|
|
|
|
import sys
|
|
if sys.platform=="win32":
|
|
from .WinStructures import *
|
|
else:
|
|
from .LinStructures import *
|