hydrus/client.pyw

13 lines
251 B
Python
Raw Normal View History

2019-01-09 22:59:03 +00:00
#!/usr/bin/env python3
2015-11-25 22:00:57 +00:00
2019-11-14 03:56:30 +00:00
# Hydrus is released under WTFPL
# You just DO WHAT THE FUCK YOU WANT TO.
# https://github.com/sirkris/WTFPL/blob/master/WTFPL.md
2013-02-19 00:11:43 +00:00
2021-01-27 22:14:03 +00:00
from hydrus import hydrus_client
2019-06-05 19:42:39 +00:00
2021-01-27 22:14:03 +00:00
if __name__ == '__main__':
2016-10-12 21:52:50 +00:00
2021-01-27 22:14:03 +00:00
hydrus_client.boot()
2017-01-18 22:52:39 +00:00