use application factory, WIP

This commit is contained in:
Matthew Scragg 2014-10-21 16:06:27 -05:00
parent e6bc4928c9
commit 38e5ef85c0
17 changed files with 200 additions and 120 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
from realms.cli import cli
from realms.commands import cli
if __name__ == '__main__':
cli()