mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 01:12:28 +01:00
9 lines
92 B
Python
9 lines
92 B
Python
|
from typing import Any
|
||
|
|
||
|
def init(**kwargs): ...
|
||
|
|
||
|
Fore: Any
|
||
|
Back: Any
|
||
|
Style: Any
|
||
|
Cursor: Any
|