libragephoto: add ragephoto_getphotosigns function
- rename libragephoto.py to libragephoto_loader.py - enforce set CXX standard for WASM build
This commit is contained in:
parent
1b7c95e735
commit
dd60f8d0b7
8 changed files with 53 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
##############################################################################
|
||||
# libragephoto for Python
|
||||
# Copyright (C) 2023 Syping
|
||||
# Copyright (C) 2023-2024 Syping
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without modification,
|
||||
# are permitted provided that the following conditions are met:
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
from .ragephoto import RagePhoto
|
||||
|
||||
__all__ = [
|
||||
"libragephoto", # libragephoto Loader Module
|
||||
"libragephoto_loader", # libragephoto Loader Module
|
||||
"ragephoto", # RagePhoto Module
|
||||
"RagePhoto" # RagePhoto API
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue