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