File indexing completed on 2024-12-15 04:01:43

0001 /*
0002  * SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0003  *
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 
0007 #include "python_module.hpp"
0008 
0009 PYBIND11_MODULE(glaxnimate, glaxnimate_module)
0010 {
0011     register_py_module(glaxnimate_module);
0012 }