diff options
Diffstat (limited to 'butler.py')
-rw-r--r-- | butler.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/butler.py b/butler.py new file mode 100644 index 0000000..0f537a4 --- /dev/null +++ b/butler.py @@ -0,0 +1,4 @@ +from ausbutler.interface import Interface + +i = Interface() +i.init_db() |