mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-25 14:15:02 +00:00
10 lines
141 B
Python
Executable File
10 lines
141 B
Python
Executable File
from .main import *
|
|
from .colorspace import *
|
|
|
|
try:
|
|
from .legacy import *
|
|
except ImportError:
|
|
pass
|
|
|
|
__version__ = getVersionString()
|