.gitea/workflows/demo.yaml

This commit is contained in:
emdee@macaw.me
2023-12-15 02:26:51 +00:00
parent 012c7ea56e
commit 3acee2404a
3 changed files with 95 additions and 6 deletions

View File

@@ -9,8 +9,9 @@ except:
#? from toxencryptsave_enums_and_consts import *
import toxencryptsave_enums_and_consts as enum
from typing import Union, Callable
from ctypes import (ArgumentError, byref, c_bool, c_char_p, c_int, c_size_t,
create_string_buffer)
create_string_buffer, Array)
class ToxEncryptSave: