Files
PyG2O/src/sqcontainers.h
AURUMVORXX f5a748e1ff feat: Added conversion SqTable -> Dictionary
+ Added onBan event
+ Fixed wrong argument order in onTime event
2024-11-02 18:32:07 +03:00

6 lines
112 B
C++

#pragma once
namespace py = pybind11;
using namespace pybind11::literals;
py::dict sqParseTable(Sqrat::Table);