mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
4 lines
61 B
Python
4 lines
61 B
Python
class Database:
|
|
def __init__(self) -> None:
|
|
pass
|