Metadata-Version: 2.1
Name: vanitas
Version: 1.0
Summary: Vanitas Wrapper
Home-page: https://github.com/BluemoonVampire/Vanitas-Py.git
Author: BlueMoonVampire
Author-email: noobanon@pm.me
License: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# How to use


```
from vanitas importUser

fk = User()

x = fk.get_info(2022120134)
print(x)
print(x.reason)

```


