This repository has been archived on 2020-08-02. You can view files and clone it, but cannot push or open issues/pull-requests.
uniborg/stdborg.py

10 lines
150 B
Python
Raw Normal View History

2018-04-07 20:20:16 +00:00
import logging
from uniborg import Uniborg
logging.basicConfig(level=logging.INFO)
borg = Uniborg("stdborg", plugin_path="stdplugins")
borg.run()