mirror of
https://github.com/star-inc/yuuki.git
synced 2024-11-15 12:26:29 +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
|