mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-11-15 19:04:37 +08:00
6 lines
89 B
Python
6 lines
89 B
Python
|
#!/usr/bin/python3
|
||
|
# coding=UTF-8
|
||
|
|
||
|
class Yuuki_Data:
|
||
|
def __init__(self):
|
||
|
pass
|