Update docs

This commit is contained in:
Richard Chien
2018-08-18 23:24:57 +08:00
parent ec868b6a80
commit e548a334f2
7 changed files with 190 additions and 3 deletions

View File

@ -0,0 +1,11 @@
from os import path
import none
import config
if __name__ == '__main__':
none.init(config)
none.load_plugins(path.join(path.dirname(__file__), 'awesome', 'plugins'),
'awesome.plugins')
none.run()